updates
Fork of SDFileSystem by
OCE560Input.h
- Committer:
- bunikewicz
- Date:
- 2018-11-01
- Revision:
- 27:7c4478225857
File content as of revision 27:7c4478225857:
// OCE560Input.h file for Exercise 6 #ifndef OCE560INPUT_H #define OCE560INPUT_H #include "mbed.h" extern AnalogIn ain; // allow pc to be manipulated by other files extern DigitalIn boolSwitch; // allow pc to be manipulated by other files extern Serial pc; // allow pc to be manipulated by other files void Convert_mV_C(void); // function prototype void Boolean_ON_OFF(void); // function prototype #endif