Gets user Input to turn the servo to certain degrees
Diff: main.cpp
- Revision:
- 5:4fddb8f7d5cc
- Parent:
- 4:7f7e27f8d7de
- Child:
- 7:78973b67cd90
--- a/main.cpp Sun Jan 13 22:13:43 2019 +0000 +++ b/main.cpp Sun Jan 13 22:21:56 2019 +0000 @@ -9,8 +9,7 @@ userInit(); while(1){ userinput = GetKeyInput(); - moveservo(userinput); - + moveservo(userinput); } } \ No newline at end of file