#ifndef __SERVO_H__
#define __SERVO_H__

void servo_ledc_init(void);
void servo_set_angle(float angle);

#endif