AccelStepperI2C  v 0.1
I2C wrapper (and a bit more) for the AccelStepper Arduino library
CNCShieldv3.ino File Reference

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
 
AccelStepperI2CX
 
AccelStepperI2CY
 
AccelStepperI2CZ
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 155 of file CNCShieldv3.ino.

◆ printStats()

void printStats ( AccelStepperI2C O)

Definition at line 29 of file CNCShieldv3.ino.

◆ setup()

void setup ( )

Definition at line 65 of file CNCShieldv3.ino.

◆ testDryRun()

void testDryRun ( )

Definition at line 38 of file CNCShieldv3.ino.

Variable Documentation

◆ addr

const uint8_t addr = 0x8

Definition at line 22 of file CNCShieldv3.ino.

◆ endstopXpin

const uint8_t endstopXpin = 9

Definition at line 23 of file CNCShieldv3.ino.

◆ X

Definition at line 25 of file CNCShieldv3.ino.

◆ Y

Definition at line 26 of file CNCShieldv3.ino.

◆ Z

Definition at line 27 of file CNCShieldv3.ino.