sketchbook
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | LSBFIRST 0 |
#define | MSBFIRST 1 |
Functions | |
uint8_t | shiftIn (uint8_t dPin, uint8_t cPin, uint8_t order) |
void | shiftOut (uint8_t dPin, uint8_t cPin, uint8_t order, uint8_t val) |
#define LSBFIRST 0 |
#define MSBFIRST 1 |
uint8_t shiftIn | ( | uint8_t | dPin, |
uint8_t | cPin, | ||
uint8_t | order | ||
) |
void shiftOut | ( | uint8_t | dPin, |
uint8_t | cPin, | ||
uint8_t | order, | ||
uint8_t | val | ||
) |