multithreading example

Dependencies:   FastAnalogIn

Revision:
103:2da5fc276330
Parent:
102:14fd65f261a2
Child:
109:1d95a4596fb5
--- a/main.cpp	Mon Nov 25 02:25:10 2019 +0000
+++ b/main.cpp	Mon Nov 25 02:27:34 2019 +0000
@@ -29,7 +29,7 @@
         printf("Printing from thread #%d", 1);
     }
 }
- 
+
 void led2_thread() {
     while (true) {
         led2 = !led2;