Lin ShengKun
/
NYP_FYP
FYP
Fork of humanoid by
Diff: kondo2.h
- Revision:
- 4:45bd9ba6c0da
diff -r 1345f959c490 -r 45bd9ba6c0da kondo2.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kondo2.h Thu May 24 08:29:52 2018 +0000 @@ -0,0 +1,13 @@ +#ifndef __KONDO2_H__ +#define __KONDO2_H__ + +#define KONDO2_MAX_TOTAL 32 + +void KONDO2_Interrupt_Tx(); +void KONDO2_Interrupt_Rx(); +void KONDO2_update(unsigned char Id, unsigned short int Position); +void KONDO2_task(); +void KONDO2_init(); +void KONDO2_Positions_Set(double* KONDO2_Degrees); + +#endif \ No newline at end of file