6 lines
87 B
C
6 lines
87 B
C
|
#include <stdbool.h>
|
||
|
|
||
|
bool mgos_arduino_adafruit_ssd1306_init(void) {
|
||
|
return true;
|
||
|
}
|