Junjie Wang
/
a_NYP_humanoid_copy
NYP_Humanoid_robot_FYP_2018
Fork of b_NYP_humanoid by
kondo2.h
- Committer:
- mr_wang
- Date:
- 2018-05-25
- Revision:
- 4:99891561a38b
File content as of revision 4:99891561a38b:
#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