Amundson OCE 360 homework 7, write and store temperature and time data to an SD card
Dependencies: SDFileSystem mbed
temperatureValues.h
- Committer:
- bamundson
- Date:
- 2018-11-03
- Revision:
- 1:51cb4f1ece04
- Parent:
- 0:4145a0dc56d8
File content as of revision 1:51cb4f1ece04:
#ifndef temperatureValues #define temperatureValues int SOURCE_VOLTAGE_MV = 3300; float MV_TO_VOLTAGE_CONV = 0.01; #endif