AccelStepperI2C  v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
Pin_control.ino File Reference

Functions

void setup ()
 
void loop ()
 
void halt (const char *m)
 

Variables

uint8_t i2cAddress = 0x08
 
I2Cwrapper wrapper (i2cAddress)
 
const uint8_t dPinIn = 12
 
const uint8_t dPinOut = 13
 
const uint8_t aPinIn = 14
 
const uint8_t aPinOut = 6
 

Function Documentation

◆ halt()

void halt ( const char *  m)

◆ loop()

void loop ( )

◆ setup()

void setup ( )

Variable Documentation

◆ aPinIn

const uint8_t aPinIn = 14

◆ aPinOut

const uint8_t aPinOut = 6

◆ dPinIn

const uint8_t dPinIn = 12

◆ dPinOut

const uint8_t dPinOut = 13

◆ i2cAddress

uint8_t i2cAddress = 0x08

◆ wrapper

PinI2C pins& wrapper