Implemented basic pi and pid controller
This commit is contained in:
12
common/app/pixy_control.h
Normal file
12
common/app/pixy_control.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* pixy_control.h
|
||||
*/
|
||||
|
||||
#ifndef _CONTROL_H_
|
||||
#define _CONTROL_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);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user