#include "wiring_private.h"
Go to the source code of this file.
Functions | |
| uint8_t | shiftIn (uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder) |
| void | shiftOut (uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t val) |
| uint8_t shiftIn | ( | uint8_t | dataPin, |
| uint8_t | clockPin, | ||
| uint8_t | bitOrder | ||
| ) |
Definition at line 25 of file wiring_shift.c.
| void shiftOut | ( | uint8_t | dataPin, |
| uint8_t | clockPin, | ||
| uint8_t | bitOrder, | ||
| uint8_t | val | ||
| ) |
Definition at line 40 of file wiring_shift.c.