AccelStepperI2C  v 0.1
I2C wrapper (and a bit more) for the AccelStepper Arduino library
version.h
Go to the documentation of this file.
1 #ifndef I2CwrapperVersion_h
2 #define I2CwrapperVersion_h
3 
4 const uint8_t VersionMajor = 0;
5 const uint8_t VersionMinor = 1;
6 const uint8_t VersionPatch = 0;
7 
8 #endif
VersionMinor
const uint8_t VersionMinor
Definition: version.h:5
VersionPatch
const uint8_t VersionPatch
Definition: version.h:6
VersionMajor
const uint8_t VersionMajor
Definition: version.h:4