oled printf

This commit is contained in:
2020-11-19 20:40:30 +01:00
parent 33fcf6c080
commit b122d836ed
3 changed files with 15 additions and 3 deletions

View File

@ -35,6 +35,6 @@ void oled_PrintLine(void);
void oledClear();
void oledPrint(char msg[]);
void oledPrintf(const char *format, ...);
#endif /* OLED_H_ */