Russell Shomberg
/
shomberg_hw_6
HW6 for OCE560
Fork of shomberg_hw_5 by
Diff: OCE360Input.h
- 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);