TEST_CODE_ApplyTo2V1_API
Dependencies: SDFileSystem max32630fthr USBDevice
ServoRun.h@4:217334c3a5b2, 2020-07-28 (annotated)
- Committer:
- china_sn0w
- Date:
- Tue Jul 28 01:40:05 2020 +0000
- Revision:
- 4:217334c3a5b2
- Parent:
- 1:7530b7eb757a
A
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
china_sn0w | 1:7530b7eb757a | 1 | #ifndef __SERVO_RUN__ |
china_sn0w | 1:7530b7eb757a | 2 | #define __SERVO_RUN__ |
china_sn0w | 1:7530b7eb757a | 3 | |
china_sn0w | 1:7530b7eb757a | 4 | void ServoRunThread(void); |
china_sn0w | 1:7530b7eb757a | 5 | |
china_sn0w | 1:7530b7eb757a | 6 | void ServoRun(uint8_t dir, uint32_t mm); |
china_sn0w | 1:7530b7eb757a | 7 | |
china_sn0w | 1:7530b7eb757a | 8 | uint32_t CheckUntil(void); |
china_sn0w | 1:7530b7eb757a | 9 | |
china_sn0w | 1:7530b7eb757a | 10 | #endif |
china_sn0w | 1:7530b7eb757a | 11 |