Sampling ldr temp and pressure data into 120 sample FIFO buffer.
Fork of Task690-mbed-os-FZ429ZI by
History
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.
2017-12-23, by osmith2 [Sat, 23 Dec 2017 18:44:37 +0000] rev 6
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.
First attempt at task 1. Reading LDR, temp, and pressure data into a 120 sample FIFO buffer, using threads.
2017-12-10, by osmith2 [Sun, 10 Dec 2017 20:17:31 +0000] rev 5
First attempt at task 1. Reading LDR, temp, and pressure data into a 120 sample FIFO buffer, using threads.
Removed unnecessary comments
2017-11-23, by noutram [Thu, 23 Nov 2017 14:03:12 +0000] rev 4
Removed unnecessary comments
Adds POST test for the BMP280 sensor board
2017-11-23, by noutram [Thu, 23 Nov 2017 10:54:42 +0000] rev 3
Adds POST test for the BMP280 sensor board
Demo of the SD card reader
2017-11-22, by noutram [Wed, 22 Nov 2017 15:18:28 +0000] rev 2
Demo of the SD card reader
First Commit
2017-10-20, by martinsimpson [Fri, 20 Oct 2017 11:30:34 +0000] rev 1
First Commit
First draft
2017-10-20, by martinsimpson [Fri, 20 Oct 2017 11:29:41 +0000] rev 0
First draft