mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
new Baseflight PID
full gyro scale is used now and a new pid with float calculations was added based on PIDrewrite eeprom size was also increased from 1kB to 2kB
This commit is contained in:
parent
bff260c7c6
commit
b996b26cbb
11 changed files with 192 additions and 31 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
int constrain(int amt, int low, int high);
|
||||
float constrainf(float amt, float low, float high);
|
||||
// sensor orientation
|
||||
void alignSensors(int16_t *src, int16_t *dest, uint8_t rotation);
|
||||
void initBoardAlignment(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue