Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
|
Go to the source code of this file.
Macros | |
#define | DATA_PIN 0 |
#define | CLOCK_PIN 1 |
Functions | |
void | setup () |
void | loop () |
Variables | |
Software::Serial< BOARD::D0 > | Serial |
SRPO< LSBFIRST, BOARD::D1, BOARD::D2 > | srpo |
#define CLOCK_PIN 1 |
Definition at line 9 of file ShiftOut.ino.
#define DATA_PIN 0 |
Definition at line 8 of file ShiftOut.ino.
void loop | ( | ) |
Definition at line 20 of file ShiftOut.ino.
void setup | ( | ) |
Definition at line 11 of file ShiftOut.ino.
Software::Serial<BOARD::D0> Serial |
Definition at line 6 of file ShiftOut.ino.
Definition at line 7 of file ShiftOut.ino.