|
RoboAide
Project to improve a DIY robotic arm used for mobility assistance
|
#include <Encoder.h>#include "pins_arduino.h"Go to the source code of this file.
Macros | |
| #define | REGTYPE unsigned long |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Encoder | myEnc (5, 6) |
| const int | outputPin = 12 |
| #define REGTYPE unsigned long |
Definition at line 96 of file SpeedTest.ino.
| void loop | ( | ) |
Definition at line 99 of file SpeedTest.ino.
| void setup | ( | ) |
Definition at line 89 of file SpeedTest.ino.
| Encoder myEnc(5, 6) |
| const int outputPin = 12 |
Definition at line 49 of file SpeedTest.ino.
1.8.11