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
AccelStepperI2C
src
version.h
Generated on Fri Feb 25 2022 18:36:30 for AccelStepperI2C by
1.8.17