Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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);
Generated on Wed Aug 17 2022 05:29:14 by
 1.7.2