Blinky test
Fork of mbed-os-example-mbed5-blinky by
Diff: main.cpp
- Revision:
- 67:2342285b2af8
- Parent:
- 66:5533276e17c4
--- a/main.cpp Wed Jul 18 22:27:24 2018 +0000
+++ b/main.cpp Sun Aug 05 11:55:48 2018 +0200
@@ -6,6 +6,7 @@
// main() runs in its own thread in the OS
int main() {
while (true) {
+ pc.baud(115200);
pc.printf("Inizio attesa ON\n");
wait(1.2); // attesa 1200 ms
pc.printf("Accensione LED\n");
