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

Go to the source code of this file.

Classes

class  SerialWombatPulseTimer
 A Class which uses a Serial Wombat pin to measure the length of a pulse high and low time. More...
 
class  SerialWombatPulseTimer_18AB
 extends the SerialWombatPulseTimer class with SW18AB specific functionality / This class adds functionality that is specific to the SW18AB firmware in addition to generic SerialWombatPulseTimer functionality avaialble on all Serial Wombat chips More...
 

Enumerations

enum  SerialWombatPulseTimerUnits { SW_PULSETIMER_uS = 0 , SW_PULSETIMER_mS = 1 }
 

Enumeration Type Documentation

◆ SerialWombatPulseTimerUnits

Enumerator
SW_PULSETIMER_uS 
SW_PULSETIMER_mS 

Definition at line 35 of file SerialWombatPulseTimer.h.