initial
This commit is contained in:
7
include/pwm.h
Normal file
7
include/pwm.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef PWM_H
|
||||
#define PWM_H
|
||||
|
||||
void init_servo_PWM(void);
|
||||
void set_servo_speed(int channel, int speed);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user