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

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::D0Serial
 
SRPO< LSBFIRST, BOARD::D1, BOARD::D2srpo
 

Macro Definition Documentation

#define CLOCK_PIN   1

Definition at line 9 of file ShiftOut.ino.

#define DATA_PIN   0

Definition at line 8 of file ShiftOut.ino.

Function Documentation

void loop ( )

Definition at line 20 of file ShiftOut.ino.

void setup ( )

Definition at line 11 of file ShiftOut.ino.

Variable Documentation

Definition at line 6 of file ShiftOut.ino.

SRPO<LSBFIRST, BOARD::D1, BOARD::D2> srpo

Definition at line 7 of file ShiftOut.ino.