AccelStepperI2C
v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
This struct comprises all stepper parameters needed for local slave management. More...
This struct comprises all stepper parameters needed for local slave management.
Public Attributes | |
AccelStepper * | stepper |
uint8_t | state = state_stopped |
Endstop | endstops [maxEndstops] |
uint8_t | numEndstops = 0 |
bool | interruptsEnabled = false |
bool | endstopsEnabled = false |
uint8_t | prevEndstopState |
uint32_t | endstopDebounceEnd = 0 |
uint32_t Stepper::endstopDebounceEnd = 0 |
Endstop Stepper::endstops[maxEndstops] |
bool Stepper::endstopsEnabled = false |
bool Stepper::interruptsEnabled = false |
uint8_t Stepper::numEndstops = 0 |
uint8_t Stepper::prevEndstopState |
uint8_t Stepper::state = state_stopped |
AccelStepper* Stepper::stepper |