Russell Shomberg
/
shomberg_hw_6
HW6 for OCE560
Fork of shomberg_hw_5 by
Diff: OCE360Input.h
- Revision:
- 13:fa74bf0c3b8d
- Parent:
- 12:ea407dcaff78
diff -r ea407dcaff78 -r fa74bf0c3b8d OCE360Input.h --- a/OCE360Input.h Thu Oct 25 22:43:36 2018 +0000 +++ b/OCE360Input.h Tue Oct 30 14:08:21 2018 +0000 @@ -2,8 +2,13 @@ #define OCE360INPUT_H #include "mbed.h" -DigitalIn myswitch(p7); -AnalogIn Ain(p20); + +//DigitalIn myswitch(p7); // initialized in the cpp file +//AnalogIn Ain(p20); // initialized in the cpp file + +//int switchPosition; +//int sensorVoltage; +//int sensorTemp; int read_switch(void);