![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
TEST_CODE_ApplyTo2V1_API
Dependencies: SDFileSystem max32630fthr USBDevice
ServoRun.h@1:7530b7eb757a, 2020-05-28 (annotated)
- Committer:
- china_sn0w
- Date:
- Thu May 28 02:30:39 2020 +0000
- Revision:
- 1:7530b7eb757a
V1.1
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 |