Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
display.h
Go to the documentation of this file.
1#ifndef _DISPLAY_H
2#define _DISPLAY_H
3
4void displaySetup();
5void displayUpdate();
6
7#endif
void displaySetup()
Definition display.cpp:36
void displayUpdate()
Definition display.cpp:41