Diltech RM Consultant
/
DISPLAY-OLED
Test pour écran OLED 128 x 64 SSD1306 avec sonde thermique DS18B20
Diff: main.cpp
- Revision:
- 0:8ae2868c8c6c
diff -r 000000000000 -r 8ae2868c8c6c main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Sat May 28 13:22:32 2022 +0000 @@ -0,0 +1,10 @@ +#include "mbed.h" + +// main() runs in its own thread in the OS +int main() +{ + while (true) { + + } +} +