|
RoboAide
Project to improve a DIY robotic arm used for mobility assistance
|
#include <Encoder.h>Go to the source code of this file.
Macros | |
| #define | ENCODER_DO_NOT_USE_INTERRUPTS |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Encoder | myEnc (5, 6) |
| long | position = -999 |
| #define ENCODER_DO_NOT_USE_INTERRUPTS |
Definition at line 13 of file NoInterrupts.ino.
| void loop | ( | ) |
Definition at line 36 of file NoInterrupts.ino.
| void setup | ( | ) |
Definition at line 29 of file NoInterrupts.ino.
| Encoder myEnc(5, 6) |
| long position = -999 |
Definition at line 34 of file NoInterrupts.ino.
1.8.11