RPiPico-Holonome2023/gyro_L3GD20H.h

7 lines
282 B
C
Raw Normal View History

2022-10-16 08:26:44 +00:00
#include "gyro_data.h"
int gyro_init_check();
int gyro_config();
void gyro_get_vitesse_brute(struct t_angle_gyro* angle_gyro, struct t_angle_gyro* angle_gyro_moy);
2023-04-28 21:51:43 +00:00
void gyro_get_vitesse_normalisee(struct t_angle_gyro* _vitesse_angulaire, struct t_angle_gyro_float * vitesse_gyro);