7 lines
175 B
C
7 lines
175 B
C
|
|
#include "motor.h"
|
||
|
|
#include "globalv.h"
|
||
|
|
|
||
|
|
void PID_init(void);
|
||
|
|
void PIDcompute(unsigned int Target,unsigned int Real);
|
||
|
|
void PIDIcompute(unsigned int Target,unsigned int Real);
|