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

main.cpp

Committer:
diltech
Date:
2022-05-28
Revision:
0:8ae2868c8c6c

File content as of revision 0:8ae2868c8c6c:

#include "mbed.h"

// main() runs in its own thread in the OS
int main()
{
    while (true) {

    }
}