Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
ShiftOut.ino File Reference
#include "GPIO.h"
#include "SRPO.h"
#include "benchmark.h"
Include dependency graph for ShiftOut.ino:

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::D13srpo
 

Macro Definition Documentation

#define CLOCK_PIN   13

Definition at line 7 of file ShiftOut.ino.

#define DATA_PIN   12

Definition at line 6 of file ShiftOut.ino.

Function Documentation

void loop ( )

Definition at line 18 of file ShiftOut.ino.

void setup ( )

Definition at line 9 of file ShiftOut.ino.

Variable Documentation

SRPO<LSBFIRST, BOARD::D12, BOARD::D13> srpo

Definition at line 5 of file ShiftOut.ino.