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