Contains all code needed for analog digital and oscope

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
EricGlunn
Date:
Thu Apr 30 02:06:29 2020 +0000
Parent:
7:60e993355f76
Commit message:
Fixed the project clone bug

Changed in this revision

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