2025-08-18 00:48:30 +02:00

7 lines
99 B
C

#ifndef OLED_H
#define OLED_H
void oled_init(void);
void oled_draw_something(char toDraw);
#endif