Amundson OCE 360 homework 7, write and store temperature and time data to an SD card
Dependencies: SDFileSystem mbed
temperatureValues.h@0:4145a0dc56d8, 2018-11-03 (annotated)
- Committer:
- bamundson
- Date:
- Sat Nov 03 19:12:06 2018 +0000
- Revision:
- 0:4145a0dc56d8
Amundson OCE 360 Homework 7, log temperature and time data to be written and stored to an SD card.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bamundson | 0:4145a0dc56d8 | 1 | |
bamundson | 0:4145a0dc56d8 | 2 | #ifndef temperatureValues |
bamundson | 0:4145a0dc56d8 | 3 | #define temperatureValues |
bamundson | 0:4145a0dc56d8 | 4 | |
bamundson | 0:4145a0dc56d8 | 5 | int SOURCE_VOLTAGE_MV = 3300; |
bamundson | 0:4145a0dc56d8 | 6 | float MV_TO_VOLTAGE_CONV = 0.01; |
bamundson | 0:4145a0dc56d8 | 7 | |
bamundson | 0:4145a0dc56d8 | 8 | |
bamundson | 0:4145a0dc56d8 | 9 | #endif |
bamundson | 0:4145a0dc56d8 | 10 |