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.
Dependencies: X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed
Diff: log.h
- Revision:
- 35:34bbca276f99
- Parent:
- 25:2197b8bb930c
--- a/log.h Wed May 18 02:30:17 2016 +0000
+++ b/log.h Wed May 18 03:32:21 2016 +0000
@@ -3,15 +3,12 @@
#include <time.h>
-// Structure that will hold the log information
-struct log_data {
+typedef struct {
float tempCelsius;
float humidity;
float pressure;
- float accelerometer[3];
- float gyroscope[3];
- float magnetometer[3];
time_t date;
-};
+ int counter;
+} log_data ;
#endif
\ No newline at end of file
