Sampling ldr temp and pressure data into 120 sample FIFO buffer.
Fork of Task690-mbed-os-FZ429ZI by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:c2299e3de428 | 2017-12-23 | osmith2 | used sprintf to put all info (date,time,temp,pressure,ldr) into a string of characters, called DaT; ; It is my recommendation that the addToBuffer function be changed from float to char, as the only thing that needs to go into the buffer is DaT. |
5:cc1b9f5c27a0 | 2017-12-10 | osmith2 | First attempt at task 1. Reading LDR, temp, and pressure data into a 120 sample FIFO buffer, using threads. |
4:04cd5171c7ff | 2017-11-23 | noutram | Removed unnecessary comments |
3:22e5460a8b42 | 2017-11-23 | noutram | Adds POST test for the BMP280 sensor board |
2:fad34c30dcc4 | 2017-11-22 | noutram | Demo of the SD card reader |
1:d3ed3e830dd1 | 2017-10-20 | martinsimpson | First Commit |
0:1ce5a958aaf8 | 2017-10-20 | martinsimpson | First draft |