AceSegment
0.7.0
A framework for rendering seven segment LED displays using the TM1637, MAX7219, HT16K33, or 74HC595 controller chips
|
Software SPI using shiftOut(). More...
#include <SoftSpiInterface.h>
Public Member Functions | |
SoftSpiInterface (uint8_t latchPin, uint8_t dataPin, uint8_t clockPin) | |
void | begin () const |
void | end () const |
void | send8 (uint8_t value) const |
Send 8 bits, including latching LOW and HIGH. | |
void | send16 (uint16_t value) const |
Send 16 bits, including latching LOW and HIGH. | |
void | send16 (uint8_t msb, uint8_t lsb) const |
Send 2 bytes as 16-bit stream, including latching LOW and HIGH. | |
Software SPI using shiftOut().
Definition at line 34 of file SoftSpiInterface.h.