AccelStepperI2C
v 0.1
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
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) |
#define DEBUG_AccelStepperI2C |
Definition at line 13 of file Bounce.ino.
#define log | ( | ... | ) | Serial.print(__VA_ARGS__) |
Definition at line 16 of file Bounce.ino.
void loop | ( | ) |
Definition at line 65 of file Bounce.ino.
void loopClassic | ( | ) |
Definition at line 78 of file Bounce.ino.
void setup | ( | ) |
Definition at line 27 of file Bounce.ino.
uint8_t i2cAddress = 0x08 |
Definition at line 22 of file Bounce.ino.
ServoI2C servo2 & wrapper |
Definition at line 25 of file Bounce.ino.