mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Vector library expansion (#12968)
This commit is contained in:
parent
fc4b7a0008
commit
f71170db1b
37 changed files with 630 additions and 587 deletions
|
@ -54,7 +54,7 @@ typedef enum {
|
|||
typedef struct acc_s {
|
||||
accDev_t dev;
|
||||
uint16_t sampleRateHz;
|
||||
float accADC[XYZ_AXIS_COUNT];
|
||||
vector3_t accADC;
|
||||
bool isAccelUpdatedAtLeastOnce;
|
||||
float accMagnitude;
|
||||
float accDelta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue