wayland/encoder@0.0.3

License: GNU General Public License v3.0

Quadrature Encoder Library for Arduino. Wraps https://github.com/PaulStoffregen/Encoder.
NodeDescription
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.
To use the nodes in your project you should have the wayland/encoder library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.