SafeDetect / Mbed OS multithread_ADC_timing

Dependencies:   FastAnalogIn fastADC

Files at this revision

API Documentation at this revision

Comitter:
candre97
Date:
Mon Nov 25 02:27:34 2019 +0000
Parent:
102:14fd65f261a2
Child:
109:1d95a4596fb5
Commit message:
saved changes;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;