TEST_CODE_ApplyTo2V1_API

Dependencies:   SDFileSystem max32630fthr USBDevice

ServoRun.h

Committer:
china_sn0w
Date:
2020-07-28
Revision:
4:217334c3a5b2
Parent:
1:7530b7eb757a

File content as of revision 4:217334c3a5b2:

#ifndef __SERVO_RUN__
#define __SERVO_RUN__

void ServoRunThread(void);

void ServoRun(uint8_t dir, uint32_t mm);

uint32_t CheckUntil(void);

#endif