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 | printStats (AccelStepperI2C *O) |
void | testDryRun () |
void | setup () |
void | loop () |
Variables | |
const uint8_t | addr = 0x8 |
const uint8_t | endstopXpin = 9 |
AccelStepperI2C * | X |
AccelStepperI2C * | Y |
AccelStepperI2C * | Z |
void loop | ( | ) |
Definition at line 155 of file CNCShieldv3.ino.
void printStats | ( | AccelStepperI2C * | O | ) |
Definition at line 29 of file CNCShieldv3.ino.
void setup | ( | ) |
Definition at line 65 of file CNCShieldv3.ino.
void testDryRun | ( | ) |
Definition at line 38 of file CNCShieldv3.ino.
const uint8_t addr = 0x8 |
Definition at line 22 of file CNCShieldv3.ino.
const uint8_t endstopXpin = 9 |
Definition at line 23 of file CNCShieldv3.ino.
Definition at line 25 of file CNCShieldv3.ino.
Definition at line 26 of file CNCShieldv3.ino.
Definition at line 27 of file CNCShieldv3.ino.