Test pour écran OLED 128 x 64 SSD1306 avec sonde thermique DS18B20

Revision:
0:8ae2868c8c6c
--- /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) {
+
+    }
+}
+