Serial Wombat Arduino Library
Loading...
Searching...
No Matches
SerialWombatQuadEnc.h File Reference
#include <stdint.h>
#include "SerialWombat.h"
Include dependency graph for SerialWombatQuadEnc.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ QE_READ_MODE_t

Enumerator
QE_ONLOW_INT 

Interrupt driven, process on high to low transition.

QE_ONHIGH_INT 

Interrupt driven, process on low to high transition.

QE_ONBOTH_INT 

Interrupt driven, process on low to high and high to low transition.

QE_ONLOW_POLL 

1mS Polling, process on high to low transition

QE_ONHIGH_POLL 

1mS Polling, process on low to high transition

QE_ONBOTH_POLL 

1mS Polling, process on low to high and high to low transition

Definition at line 35 of file SerialWombatQuadEnc.h.