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

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

Macro Definition Documentation

#define CLOCK_PIN   13

Definition at line 7 of file ShiftIn.ino.

#define DATA_PIN   12

Definition at line 6 of file ShiftIn.ino.

Function Documentation

void loop ( )

Definition at line 22 of file ShiftIn.ino.

void setup ( )

Definition at line 9 of file ShiftIn.ino.

Variable Documentation

SRPI<LSBFIRST, BOARD::D12, BOARD::D13> srpi

Definition at line 5 of file ShiftIn.ino.