Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
|
#include <SRPO.h>
Public Member Functions | |
SRPO () | |
void | write (uint8_t value) |
void | operator<< (uint8_t value) |
Protected Attributes | |
GPIO< DATA_PIN > | m_data |
GPIO< CLOCK_PIN > | m_clock |
Shift Register Parallel Output (SRPO) template class using GPIO.
[in] | BITORDER | LSBFIRST or MSBFIRST. |
[in] | DATA_PIN | board pin for data output signal. |
[in] | CLOCK_PIN | board pin for clock output signal. |