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

messageStruct.hpp

Committer:
O_Thom
Date:
2018-11-29
Revision:
6:b7f6e0c0f646
Child:
10:eea19f8e6122

File content as of revision 6:b7f6e0c0f646:

typedef struct 
{
    double temp;
    double pressure;
    double ldr;
} sample_message;

extern sample_message msg;