AccelStepperI2C
v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
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 |
void halt | ( | const char * | m | ) |
void loop | ( | ) |
void setup | ( | ) |
const uint8_t aPinIn = 14 |
const uint8_t aPinOut = 6 |
const uint8_t dPinIn = 12 |
const uint8_t dPinOut = 13 |
uint8_t i2cAddress = 0x08 |
PinI2C pins& wrapper |