WShift.h
Go to the documentation of this file.
void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint16_t value, uint8_t count=8, uint8_t delayTime=1)
uint16_t shiftIn(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t count=8, uint8_t delayTime=1)