Gets user Input to turn the servo to certain degrees
Diff: main.cpp
- Revision:
- 7:78973b67cd90
- Parent:
- 5:4fddb8f7d5cc
--- a/main.cpp Sun Jan 13 22:33:48 2019 +0000 +++ b/main.cpp Mon Jan 14 00:35:57 2019 +0000 @@ -9,7 +9,7 @@ userInit(); while(1){ userinput = GetKeyInput(); - moveservo(userinput); + moveServo(userinput); } } \ No newline at end of file