Gets user Input to turn the servo to certain degrees
user.h
- Committer:
- hzelayasolano22
- Date:
- 2019-01-13
- Revision:
- 4:7f7e27f8d7de
- Parent:
- 3:5b6a55afc60a
- Child:
- 7:78973b67cd90
File content as of revision 4:7f7e27f8d7de:
#ifndef USER_H #define USER_H #include "mbed.h" void userInit(); char GetKeyInput();