mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +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:
parent
c45efac812
commit
1de72b11ce
10 changed files with 190 additions and 114 deletions
|
@ -37,7 +37,6 @@
|
|||
int16_t accADC[XYZ_AXIS_COUNT];
|
||||
|
||||
acc_t acc; // acc access functions
|
||||
accelerationSensor_e accHardware = ACC_DEFAULT; // which accel chip is used/detected
|
||||
sensor_align_e accAlign = 0;
|
||||
uint16_t acc_1G = 256; // this is the 1G measured acceleration.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue