Contains all code needed for analog digital and oscope

Dependencies:   mbed

Revision:
9:6ac5e49fe198
Parent:
7:60e993355f76
diff -r 60e993355f76 -r 6ac5e49fe198 main.cpp
--- a/main.cpp	Thu Apr 23 02:49:56 2020 +0000
+++ b/main.cpp	Thu Apr 30 02:06:29 2020 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-
+//Contains everything but I2C
 #define reset       0b00000000      //Define function masks
 #define digital     0b00100000
 #define analog      0b01000000