1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

Update the cli status command to show all detected sensors (Except on

CJMCU).

Further cleanup of sensor initialisation.
This commit is contained in:
Dominic Clifton 2015-02-19 21:04:06 +00:00
parent c45efac812
commit 1de72b11ce
10 changed files with 190 additions and 114 deletions

View file

@ -31,7 +31,6 @@ typedef enum {
ACC_NONE = 9
} accelerationSensor_e;
extern uint8_t accHardware;
extern sensor_align_e accAlign;
extern acc_t acc;
extern uint16_t acc_1G;