Lin ShengKun
/
NYP_FYP
FYP
Fork of humanoid by
servo.h@1:cde16b5e604d, 2018-04-30 (annotated)
- Committer:
- ha731548874
- Date:
- Mon Apr 30 11:23:06 2018 +0000
- Revision:
- 1:cde16b5e604d
- Child:
- 4:45bd9ba6c0da
hjbjk
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ha731548874 | 1:cde16b5e604d | 1 | #ifndef __SERVO_H__ |
ha731548874 | 1:cde16b5e604d | 2 | #define __SERVO_H__ |
ha731548874 | 1:cde16b5e604d | 3 | |
ha731548874 | 1:cde16b5e604d | 4 | void SERVO_init(); |
ha731548874 | 1:cde16b5e604d | 5 | void SERVO_task(); |
ha731548874 | 1:cde16b5e604d | 6 | |
ha731548874 | 1:cde16b5e604d | 7 | #endif |