Russell Shomberg
/
shomberg_hw_6
HW6 for OCE560
Fork of shomberg_hw_5 by
OCE360Input.h
- Committer:
- rshomberg
- Date:
- 2018-10-25
- Revision:
- 11:42914083ac70
- Parent:
- 9:da0b72918880
- Child:
- 12:ea407dcaff78
File content as of revision 11:42914083ac70:
#ifndef OCE360INPUT_H #define OCE360INPUT_H #include "mbed.h" int read_switch(void); float read_sensor(void); float convert_mV_to_temp(float sensorVoltage); #endif