trabalho final

Dependencies:   X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed

Revision:
0:1eaebb55408a
Child:
2:0b8065489409
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/log.h	Fri May 13 18:03:08 2016 +0000
@@ -0,0 +1,17 @@
+#ifndef LOGSTRUCT_H
+#define LOGSTRUCT_H
+
+struct Log {
+    uint8_t   id;
+    float    tempCelsius;
+    float    tempFarenheit;
+    float    humidity;
+    float    pressure;
+    int32_t  accelerometer[3];
+    int32_t  gyroscope[3];
+    int32_t  magnetometer[3];
+    char*    date;
+    int      count;
+};
+
+#endif
\ No newline at end of file