|
Arduino PulseWire Transceiver Library
|
Digital output signal implementation using digitalWrite. More...
#include <TxProtocol.h>


Public Member Functions | |
| void | setTxPin (uint8_t pin) override |
| void | sendBit (bool bit) |
Protected Attributes | |
| uint8_t | _pin |
Digital output signal implementation using digitalWrite.
Sends HIGH or LOW directly to the specified pin using digitalWrite().
Definition at line 19 of file TxProtocol.h.
Implements pulsewire::SignalBase.
Definition at line 29 of file TxProtocol.h.
Implements pulsewire::SignalBase.
Definition at line 23 of file TxProtocol.h.
|
protectedinherited |
Definition at line 17 of file SignalBase.h.