|
RoboAide
Project to improve a DIY robotic arm used for mobility assistance
|
#include <Encoder.h>Go to the source code of this file.
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Encoder | knobLeft (5, 6) |
| Encoder | knobRight (7, 8) |
| long | positionLeft = -999 |
| long | positionRight = -999 |
| void loop | ( | ) |
Definition at line 25 of file TwoKnobs.ino.
| void setup | ( | ) |
Definition at line 17 of file TwoKnobs.ino.
| Encoder knobLeft(5, 6) |
| Encoder knobRight(7, 8) |
| long positionLeft = -999 |
Definition at line 22 of file TwoKnobs.ino.
| long positionRight = -999 |
Definition at line 23 of file TwoKnobs.ino.
1.8.11