Added various bits, main reformatted. Added .get to class Servo to allow waiting for rotation before recording information.
Fork of Lab6_Basic by
Diff: Servo.h
- Revision:
- 8:c2f0e524696b
- Parent:
- 3:b787aa49b900
diff -r 10554a04a34f -r c2f0e524696b Servo.h --- a/Servo.h Sat Nov 19 09:06:16 2016 +0000 +++ b/Servo.h Sat Nov 19 09:10:23 2016 +0000 @@ -38,7 +38,7 @@ * * @return returns the current anlge of the servo */ - + unsigned int get(); void move(void); void check();