|
AccelStepperI2C
v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
Used to transmit diagnostic info with AccelStepperI2C::diagnostics(). More...
Used to transmit diagnostic info with AccelStepperI2C::diagnostics().
Public Attributes | |
| uint32_t | cycles |
| Number of slave's main loop executions since the last reboot. More... | |
| uint16_t | lastProcessTime |
| microseconds the slave needed to process (interpret) most recently received command More... | |
| uint16_t | lastRequestTime |
| microseconds the slave spent in the most recent onRequest() interrupt More... | |
| uint16_t | lastReceiveTime |
| microseconds the slave spent in the most recent onReceive() interrupt More... | |
| uint32_t diagnosticsReport::cycles |
Number of slave's main loop executions since the last reboot.
| uint16_t diagnosticsReport::lastProcessTime |
microseconds the slave needed to process (interpret) most recently received command
| uint16_t diagnosticsReport::lastReceiveTime |
microseconds the slave spent in the most recent onReceive() interrupt
| uint16_t diagnosticsReport::lastRequestTime |
microseconds the slave spent in the most recent onRequest() interrupt