updates
Fork of SDFileSystem by
OCE560Input.cpp
- Committer:
- bunikewicz
- Date:
- 2018-11-01
- Revision:
- 27:7c4478225857
File content as of revision 27:7c4478225857:
// OCE560Input.cpp code for Exercise 6 #include "OCE560Input.h" #define mV_Volt1 3300 #define TMP36_calib1 500 #define Ten 10 AnalogIn ain(p20); // TMP36 sensor DigitalIn boolSwitch(p9); // Switch Serial pc(USBTX, USBRX); // communication to host PC