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.
Dependents: Coupe-Robotique-FIP-Main
Fork of IMU_FIP by
struct_IMU.h
00001 #ifndef CHANGEME_H_ 00002 #define CHANGEME_H_ 00003 00004 #include "x_cube_mems_i2c.h" 00005 00006 typedef struct { 00007 bool is_Raw; 00008 float TEMPERATURE_Value_C; 00009 float HUMIDITY_Value; 00010 float PRESSURE_Value; 00011 AxesRaw_TypeDef *MAG_Value; 00012 AxesRaw_TypeDef *ACC_Value; 00013 AxesRaw_TypeDef *GYR_Value; 00014 } Data_IMU; 00015 00016 #endif
Generated on Tue Jul 12 2022 14:11:19 by
1.7.2
