HW6 for OCE560

Dependencies:   mbed

Fork of shomberg_hw_5 by Russell Shomberg

Revision:
12:ea407dcaff78
Parent:
11:42914083ac70
Child:
13:fa74bf0c3b8d
--- a/OCE360Input.h	Thu Oct 25 18:58:41 2018 +0000
+++ b/OCE360Input.h	Thu Oct 25 22:43:36 2018 +0000
@@ -2,7 +2,8 @@
 #define OCE360INPUT_H
 
 #include "mbed.h"
-
+DigitalIn myswitch(p7);
+AnalogIn Ain(p20);
 
 int read_switch(void);