TEST_CODE_ApplyTo2V1_API

Dependencies:   SDFileSystem max32630fthr USBDevice

ServoRun.h

Committer:
china_sn0w
Date:
2020-05-28
Revision:
1:7530b7eb757a

File content as of revision 1:7530b7eb757a:

#ifndef __SERVO_RUN__
#define __SERVO_RUN__

void ServoRunThread(void);

void ServoRun(uint8_t dir, uint32_t mm);

uint32_t CheckUntil(void);

#endif