7 lines
99 B
C
7 lines
99 B
C
#ifndef OLED_H
|
|
#define OLED_H
|
|
|
|
void oled_init(void);
|
|
void oled_draw_something(char toDraw);
|
|
|
|
#endif |