sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
wiringShift.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define LSBFIRST   0
 
#define MSBFIRST   1
 

Functions

uint8_t shiftIn (uint8_t dPin, uint8_t cPin, uint8_t order)
 
void shiftOut (uint8_t dPin, uint8_t cPin, uint8_t order, uint8_t val)
 

Macro Definition Documentation

#define LSBFIRST   0
#define MSBFIRST   1

Function Documentation

uint8_t shiftIn ( uint8_t  dPin,
uint8_t  cPin,
uint8_t  order 
)
void shiftOut ( uint8_t  dPin,
uint8_t  cPin,
uint8_t  order,
uint8_t  val 
)