|
Arduino PulseWire Transceiver Library
|
Abstract base class for signal output. More...
#include <SignalBase.h>

Public Member Functions | |
| virtual void | setTxPin (uint8_t pin)=0 |
| virtual void | sendBit (bool bit)=0 |
Protected Attributes | |
| uint8_t | _pin |
Abstract base class for signal output.
Provides an interface for sending a single bit (HIGH or LOW) to a hardware pin or modulator.
Definition at line 11 of file SignalBase.h.
|
protected |
Definition at line 17 of file SignalBase.h.