HW6 for OCE560

Dependencies:   mbed

Fork of shomberg_hw_5 by Russell Shomberg

Revision:
11:42914083ac70
Parent:
9:da0b72918880
Child:
12:ea407dcaff78
--- a/OCE360Input.h	Thu Oct 25 18:37:48 2018 +0000
+++ b/OCE360Input.h	Thu Oct 25 18:58:41 2018 +0000
@@ -3,12 +3,6 @@
 
 #include "mbed.h"
 
-DigitalIn myswitch(p7);
-AnalogIn Ain(p20);
-
-int switchPosition;
-int sensorVoltage;
-int sensorTemp; 
 
 int read_switch(void);