Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
|
Go to the source code of this file.
Macros | |
#define | DATA_PIN 12 |
#define | CLOCK_PIN 13 |
Functions | |
void | setup () |
void | loop () |
Variables | |
SRPI< LSBFIRST, BOARD::D12, BOARD::D13 > | srpi |
#define CLOCK_PIN 13 |
Definition at line 7 of file ShiftIn.ino.
#define DATA_PIN 12 |
Definition at line 6 of file ShiftIn.ino.
void loop | ( | ) |
Definition at line 22 of file ShiftIn.ino.
void setup | ( | ) |
Definition at line 9 of file ShiftIn.ino.
SRPI<LSBFIRST, BOARD::D12, BOARD::D13> srpi |
Definition at line 5 of file ShiftIn.ino.