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

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 
void loopClassic ()
 

Variables

uint8_t i2cAddress = 0x08
 
I2Cwrapper wrapper (i2cAddress)
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 53 of file Stepper_Bounce_CNCShieldv3.ino.

◆ loopClassic()

void loopClassic ( )

Definition at line 66 of file Stepper_Bounce_CNCShieldv3.ino.

◆ setup()

void setup ( )

Definition at line 19 of file Stepper_Bounce_CNCShieldv3.ino.

Variable Documentation

◆ i2cAddress

uint8_t i2cAddress = 0x08

Definition at line 14 of file Stepper_Bounce_CNCShieldv3.ino.

◆ wrapper

AccelStepperI2C stepper& wrapper

Definition at line 17 of file Stepper_Bounce_CNCShieldv3.ino.