Hever Zelaya Solano / ServorKeyboard

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers servo.h Source File

servo.h

00001 #ifndef SERVO_H
00002 #define SERVO_H
00003 #include "mbed.h"
00004 extern PwmOut servo;
00005 void setServo();
00006 void moveServo(char a);
00007 int pulsewidth(int a);
00008 #endif