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

Committer:
diltech
Date:
Sat May 28 13:22:32 2022 +0000
Revision:
0:8ae2868c8c6c
Projet initial

Who changed what in which revision?

UserRevisionLine numberNew contents of line
diltech 0:8ae2868c8c6c 1 #include "mbed.h"
diltech 0:8ae2868c8c6c 2
diltech 0:8ae2868c8c6c 3 // main() runs in its own thread in the OS
diltech 0:8ae2868c8c6c 4 int main()
diltech 0:8ae2868c8c6c 5 {
diltech 0:8ae2868c8c6c 6 while (true) {
diltech 0:8ae2868c8c6c 7
diltech 0:8ae2868c8c6c 8 }
diltech 0:8ae2868c8c6c 9 }
diltech 0:8ae2868c8c6c 10