1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00
betaflight/src/sensors_gyro.h
2014-04-22 20:18:33 +01:00

9 lines
228 B
C

#pragma once
extern uint16_t acc_1G;
extern gyro_t gyro;
extern sensor_align_e gyroAlign;
void gyroSetCalibrationCycles(uint16_t calibrationCyclesRequired);
void gyroGetADC(uint8_t gyroMovementCalibrationThreshold);