|
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 | |
| SRPO< LSBFIRST, BOARD::D12, BOARD::D13 > | srpo |
| #define CLOCK_PIN 13 |
Definition at line 7 of file ShiftOut.ino.
| #define DATA_PIN 12 |
Definition at line 6 of file ShiftOut.ino.
| void loop | ( | ) |
Definition at line 18 of file ShiftOut.ino.
| void setup | ( | ) |
Definition at line 9 of file ShiftOut.ino.
| SRPO<LSBFIRST, BOARD::D12, BOARD::D13> srpo |
Definition at line 5 of file ShiftOut.ino.