Servo.h

#ifndef Servo_H
#define Servo_H
 
void Servo_Init(void);
void Servo_Set_Position(unsigned char,unsigned char);
 
#endif