1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00
This commit is contained in:
Pawel Spychalski (DzikuVx) 2016-10-27 11:03:10 +02:00
parent e3d8949810
commit a4f1f67ac8

View file

@ -6,7 +6,7 @@ More, with asynchronous gyro processing, not all tasks are executed in the same
## `async_mode = NONE` ## `async_mode = NONE`
Gyroscope sampling and filtering, Accelerometer sampling and filtering, Attitude computation and PID control loop are executed as single tasks and processed one ofter the other. Gyroscope sampling and filtering, Accelerometer sampling and filtering, Attitude computation and PID control loop are executed as single tasks and processed one after another.
| **gyro_sync** | **gyro_lpf** | **Control Loop Rate** (actual looptime) [us] | | **gyro_sync** | **gyro_lpf** | **Control Loop Rate** (actual looptime) [us] |
| ---- | ---- | ----- | | ---- | ---- | ----- |