RoboAide
Project to improve a DIY robotic arm used for mobility assistance
Encoder.cpp
Go to the documentation of this file.
1 
2 #include "Encoder.h"
3 
4 // Yes, all the code is in the header file, to provide the user
5 // configure options with #define (before they include it), and
6 // to facilitate some crafty optimizations!
7 
9 
10 
static Encoder_internal_state_t * interruptArgs[ENCODER_ARGLIST_SIZE]
Definition: Encoder.h:153