AccelStepperI2C  v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
Change_address.ino File Reference

Functions

void setup ()
 
void loop ()
 

Variables

const uint8_t oldAddress = 0x08
 
const uint8_t newAddress = 0x07
 
const int me = 2500
 
I2Cwrapper wrapper (oldAddress)
 
I2Cwrapper wrapperNew (newAddress)
 

Function Documentation

◆ loop()

void loop ( )

◆ setup()

void setup ( )

Variable Documentation

◆ me

const int me = 2500

◆ newAddress

const uint8_t newAddress = 0x07

◆ oldAddress

const uint8_t oldAddress = 0x08

◆ wrapper

AccelStepperI2C stepper & wrapper

◆ wrapperNew

I2Cwrapper wrapperNew(newAddress)