License: GNU General Public License v3.0
Node | Description |
---|---|
encoder | Quadrature encoder. |
example-encoder | Patch to test encoder. Run in debugger. |
encoder-optimized | Quadrature encoder with optimized interrupt routines. Encoder will directly define interrupts to minimize overhead. N.B. there is a conflict if any other code in your patch or any libraries you use require attachInterrupt(). |
example-encoder-optimized | Patch to test optimized interrupt encoder. Run in debugger. |