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