TEST_CODE_ApplyTo2V1_API
Dependencies: SDFileSystem max32630fthr USBDevice
Diff: ServoRun.h
- Revision:
- 1:7530b7eb757a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ServoRun.h Thu May 28 02:30:39 2020 +0000 @@ -0,0 +1,11 @@ +#ifndef __SERVO_RUN__ +#define __SERVO_RUN__ + +void ServoRunThread(void); + +void ServoRun(uint8_t dir, uint32_t mm); + +uint32_t CheckUntil(void); + +#endif +