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

Go to the source code of this file.

Macros

#define DEBUG_AccelStepperI2C
 
#define log(...)   Serial.print(__VA_ARGS__)
 

Functions

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

Variables

uint8_t i2cAddress = 0x08
 
I2Cwrapper wrapper (i2cAddress)
 

Macro Definition Documentation

◆ DEBUG_AccelStepperI2C

#define DEBUG_AccelStepperI2C

Definition at line 13 of file Bounce.ino.

◆ log

#define log (   ...)    Serial.print(__VA_ARGS__)

Definition at line 16 of file Bounce.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 65 of file Bounce.ino.

◆ loopClassic()

void loopClassic ( )

Definition at line 78 of file Bounce.ino.

◆ setup()

void setup ( )

Definition at line 27 of file Bounce.ino.

Variable Documentation

◆ i2cAddress

uint8_t i2cAddress = 0x08

Definition at line 22 of file Bounce.ino.

◆ wrapper

ServoI2C servo2 & wrapper

Definition at line 25 of file Bounce.ino.