Roqyun KO / Mbed 2 deprecated MeringueCitron

Dependencies:   mbed DHT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Data.h Source File

Data.h

00001 //Data encryption / compression
00002 
00003 struct SensorData {
00004     int humSol;
00005     double tempSol;
00006     float humAir;
00007     double tempAir;
00008 
00009     short lum; 
00010     short lumR;
00011     short lumG;
00012     short lumB;        
00013 };
00014 
00015 void create_frame(int *trame, struct SensorData data);