Gyrometer Parameters. More...
#include "communication.h"
Data Fields | |
| float | rate |
| short int | lpf_bw |
| char | clk_source |
| char * | act |
Gyrometer Parameters.
Definition at line 43 of file communication.h.
| char* IMU_PARAM_STRUCT::param_gyr::act |
Definition at line 47 of file communication.h.
Referenced by devices_init(), and main().
| char IMU_PARAM_STRUCT::param_gyr::clk_source |
Definition at line 46 of file communication.h.
Referenced by devices_init(), and main().
| short int IMU_PARAM_STRUCT::param_gyr::lpf_bw |
Definition at line 45 of file communication.h.
Referenced by devices_init(), and main().
| float IMU_PARAM_STRUCT::param_gyr::rate |
Definition at line 44 of file communication.h.
Referenced by devices_init(), and main().
1.8.6