#ifndef PWM_H #define PWM_H void init_servo_PWM(void); void set_servo_speed(int channel, int speed); #endif