AccelStepperI2C
v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
Variables | |
const uint8_t | I2Cw_VersionMajor = 0 |
const uint8_t | I2Cw_VersionMinor = 2 |
const uint8_t | I2Cw_VersionPatch = 2 |
const uint32_t | I2Cw_Version = (uint32_t)I2Cw_VersionMajor << 16 | (uint32_t)I2Cw_VersionMinor << 8 | (uint32_t)I2Cw_VersionPatch |
const uint32_t I2Cw_Version = (uint32_t)I2Cw_VersionMajor << 16 | (uint32_t)I2Cw_VersionMinor << 8 | (uint32_t)I2Cw_VersionPatch |
const uint8_t I2Cw_VersionMajor = 0 |
const uint8_t I2Cw_VersionMinor = 2 |
const uint8_t I2Cw_VersionPatch = 2 |