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
- Committer:
- quentin9696
- Date:
- 2015-04-10
- Revision:
- 3:89e327e1217f
File content as of revision 3:89e327e1217f:
#ifndef CHANGEME_H_
#define CHANGEME_H_
#include "x_cube_mems_i2c.h"
typedef struct {
bool is_Raw;
float TEMPERATURE_Value_C;
float HUMIDITY_Value;
float PRESSURE_Value;
AxesRaw_TypeDef *MAG_Value;
AxesRaw_TypeDef *ACC_Value;
AxesRaw_TypeDef *GYR_Value;
} Data_IMU;
#endif
