#ifndef servo_h

void initPWM();
void servo_setPos(int x);
int servo_getPos();

#endif