Sampling ldr temp and pressure data into 120 sample FIFO buffer.
Fork of Task690-mbed-os-FZ429ZI by
.gitignore@6:c2299e3de428, 2017-12-23 (annotated)
- Committer:
- osmith2
- Date:
- Sat Dec 23 18:44:37 2017 +0000
- Revision:
- 6:c2299e3de428
- Parent:
- 0:1ce5a958aaf8
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.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
martinsimpson | 0:1ce5a958aaf8 | 1 | .build |
martinsimpson | 0:1ce5a958aaf8 | 2 | .mbed |
martinsimpson | 0:1ce5a958aaf8 | 3 | projectfiles |
martinsimpson | 0:1ce5a958aaf8 | 4 | *.py* |