Lin ShengKun
/
NYP_FYP
FYP
Fork of humanoid by
Diff: kondo1.h
- Revision:
- 4:45bd9ba6c0da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kondo1.h Thu May 24 08:29:52 2018 +0000 @@ -0,0 +1,13 @@ +#ifndef __KONDO1_H__ +#define __KONDO1_H__ + +#define KONDO1_MAX_TOTAL 32 + +void KONDO1_Interrupt_Tx(); +void KONDO1_Interrupt_Rx(); +void KONDO1_update(unsigned char Id, unsigned short int Position); +void KONDO1_task(); +void KONDO1_init(); +void KONDO1_Positions_Set(double* KONDO1_Degrees); + +#endif \ No newline at end of file