Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
DigitalPin.h File Reference

Fast Digital Pin functions. More...

Go to the source code of this file.

Classes

struct  GpioPinMap_t

Functions

void badPinNumber (void) __attribute__((error("Pin number is too large or not a const ant")))
static __attribute__ ((always_inline)) void badPinCheck(uint8_t pin)
 if (address > reinterpret_cast< uint8_t * >(0X3F))
 if (level)
 if (mode !=OUTPUT)

Variables

static uint8_t mask
static uint8_t bool level
 else
static uint8_t mode
static bool value

Detailed Description

Fast Digital Pin functions.