discoverpixy
pixy_control.h
Go to the documentation of this file.
1 #ifndef PIXY_CONTROL_H_
2 #define PIXY_CONTROL_H_
3 
4 #include<stdint.h>
5 
10 
16 
17 
22 
29 int16_t pixy_PID_Y(int16_t x, int16_t w);
30 
37 int16_t pixy_PID_X(int16_t x, int16_t w);
38 
41 #endif /* PIXY_CONTROL_H_ */
int16_t pixy_PID_X(int16_t x, int16_t w)
Definition: pixy_control.c:49
int16_t pixy_PID_Y(int16_t x, int16_t w)
Definition: pixy_control.c:26