Contains all code needed for analog digital and oscope

Dependencies:   mbed

Revision:
7:60e993355f76
Parent:
6:f2c589ad6241
Child:
8:d3ffe55fd5f6
Child:
9:6ac5e49fe198
diff -r f2c589ad6241 -r 60e993355f76 main.cpp
--- a/main.cpp	Thu Apr 23 02:45:20 2020 +0000
+++ b/main.cpp	Thu Apr 23 02:49:56 2020 +0000
@@ -240,6 +240,7 @@
         case analog:
             tickerboi.attach(&analog_sample_func, .5);
             analogRunning=1;
+            break;
 
         case oScope:
             oScopeTime=command & timeMask;