Gets user Input to turn the servo to certain degrees

Dependencies:   mbed

Committer:
hzelayasolano22
Date:
Mon Jan 14 00:35:57 2019 +0000
Revision:
7:78973b67cd90
Parent:
4:7f7e27f8d7de
FINISHED and IT WORKS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hzelayasolano22 3:5b6a55afc60a 1 #ifndef USER_H
hzelayasolano22 3:5b6a55afc60a 2 #define USER_H
hzelayasolano22 3:5b6a55afc60a 3 #include "mbed.h"
hzelayasolano22 4:7f7e27f8d7de 4
hzelayasolano22 4:7f7e27f8d7de 5 void userInit();
hzelayasolano22 4:7f7e27f8d7de 6 char GetKeyInput();
hzelayasolano22 7:78973b67cd90 7 #endif