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