Project

General

Profile

Statistics
| Branch: | Revision:

root / paintboard / code / servo.h @ 1226c007

History | View | Annotate | Download (168 Bytes)

1 1226c007 AnsonLinux
#ifndef _SERVO_H_
2
#define _SERVO_H_
3
4
void servo_init();
5
void set_servo1(int8_t angle);
6
void set_servo2(int8_t angle);
7
int8_t get_servo1();
8
int8_t get_servo2();
9
10
#endif