Serial Wombat Arduino Library
|
Go to the source code of this file.
Classes | |
class | SerialWombatQuadEnc |
A class that uses two Serial Wombat input pins to read quadrature encoder input. More... | |
class | SerialWombatQuadEnc_18AB |
Extends the SerialWombatPWM class with SW18AB specific functionality, including frequency measurement and min/max/increment/target pin options. More... | |
Enumerations | |
enum | QE_READ_MODE_t { QE_ONLOW_INT = 0 , QE_ONHIGH_INT = 1 , QE_ONBOTH_INT = 2 , QE_ONLOW_POLL = 4 , QE_ONHIGH_POLL = 5 , QE_ONBOTH_POLL = 6 } |
enum QE_READ_MODE_t |
Definition at line 35 of file SerialWombatQuadEnc.h.