AccelStepperI2C
v 0.1
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
void | loopClassic () |
Variables | |
uint8_t | i2cAddress = 0x08 |
I2Cwrapper | wrapper (i2cAddress) |
void loop | ( | ) |
Definition at line 53 of file Stepper_Bounce_CNCShieldv3.ino.
void loopClassic | ( | ) |
Definition at line 66 of file Stepper_Bounce_CNCShieldv3.ino.
void setup | ( | ) |
Definition at line 19 of file Stepper_Bounce_CNCShieldv3.ino.
uint8_t i2cAddress = 0x08 |
Definition at line 14 of file Stepper_Bounce_CNCShieldv3.ino.
AccelStepperI2C stepper& wrapper |
Definition at line 17 of file Stepper_Bounce_CNCShieldv3.ino.