Refactured comments and implemented a bugfix for the PID controller
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include<stdint.h>
|
||||
|
||||
void int_init(void);
|
||||
uint16_t pixy_PID(uint16_t x, uint16_t w);
|
||||
uint16_t pixy_PI(uint16_t x, uint16_t w);
|
||||
uint16_t pixy_PID_Y(uint16_t x, uint16_t w);
|
||||
uint16_t pixy_PID_X(uint16_t x, uint16_t w);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user