14 lines
176 B
C
14 lines
176 B
C
|
#ifndef MYSERVO_H
|
|||
|
#define MYSERVO_H
|
|||
|
#include "stm32f10x.h"
|
|||
|
|
|||
|
/*
|
|||
|
180 correspond <EFBFBD> 0<EFBFBD>
|
|||
|
0 correspond <EFBFBD> 90<EFBFBD>
|
|||
|
*/
|
|||
|
|
|||
|
void MyServo_Init();
|
|||
|
void MyServo_ChangeAngle(uint8_t Angle);
|
|||
|
|
|||
|
#endif
|