ssd1306dj/src/mgos_arduino_adafruit_ssd13...

6 lines
87 B
C

#include <stdbool.h>
bool mgos_arduino_adafruit_ssd1306_init(void) {
return true;
}