Version 8, working version with Alix, sams and ollies code. Displays time, date and sensor info onto terminal, LCD and networking, and saves onto SD card.

Dependencies:   BMP280 ELEC350-Practicals-FZ429 TextLCD BME280 ntp-client

Committer:
O_Thom
Date:
Thu Nov 29 18:41:57 2018 +0000
Revision:
6:b7f6e0c0f646
Child:
10:eea19f8e6122
Working threads. Tested LCD and Sampler. Serial Pending.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
O_Thom 6:b7f6e0c0f646 1 typedef struct
O_Thom 6:b7f6e0c0f646 2 {
O_Thom 6:b7f6e0c0f646 3 double temp;
O_Thom 6:b7f6e0c0f646 4 double pressure;
O_Thom 6:b7f6e0c0f646 5 double ldr;
O_Thom 6:b7f6e0c0f646 6 } sample_message;
O_Thom 6:b7f6e0c0f646 7
O_Thom 6:b7f6e0c0f646 8 extern sample_message msg;