|
discoverpixy
|

Go to the source code of this file.
Macros | |
| #define | REG_PID_KP (0.5f) |
| #define | REG_PID_KI (0.001f) |
| #define | REG_PID_KD (0.001f) |
| #define | REG_PID_TA (0.01f) |
Functions | |
| int16_t | pixy_PID_Y (int16_t x, int16_t w) |
| int16_t | pixy_PID_X (int16_t x, int16_t w) |
| #define REG_PID_KD (0.001f) |
Definition at line 39 of file pixy_control.c.
| #define REG_PID_KI (0.001f) |
Definition at line 38 of file pixy_control.c.
| #define REG_PID_KP (0.5f) |
Definition at line 37 of file pixy_control.c.
| #define REG_PID_TA (0.01f) |
Definition at line 40 of file pixy_control.c.
1.8.9.1