AccelStepperI2C
v0.1.1
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
Files | |
file | AccelStepperI2C.cpp |
Part of the AccelStepperI2C firmware/library. | |
file | AccelStepperI2C.h |
file | I2Cwrapper.cpp |
A helper class for the AccelStepperI2C (and ServoI2C) library. | |
file | I2Cwrapper.h |
A helper class for the AccelStepperI2C (and ServoI2C) library. | |
file | PinI2C.cpp |
Part of the AccelStepperI2C firmware/library. | |
file | PinI2C.h |
Arduino library for I2C-control of digital and analog pins connected to another Arduino which runs the associated firmware.ino firmware. This is more or less a byproduct of the AccelStepperI2C project, but could be used as a (slightly bloated) standalone solution for I2C control of Arduino pins. Just as AccelStepperI2C, PinI2C mimicks the interface of the original Arduino pin control functions, so that it can be used with only little adaptations. | |
file | ServoI2C.cpp |
Part of the AccelStepperI2C firmware/library. | |
file | ServoI2C.h |
Arduino library for I2C-control of servo motors connected to another Arduino which runs the associated AccelStepperI2C firmware. This is more or less a byproduct of the AccelStepperI2C project, but could be used as a (slightly bloated) standalone solution for I2C control of servo motors. Just as AccelStepperI2C, ServoI2C mimicks the interface of the original Arduino Servo libraries, so that it can be used with only little adaptations. | |
file | SimpleBuffer.cpp |
file | SimpleBuffer.h |
Simple and ugly serialization buffer for any data type. Template technique and CRC8 adapted from Nick Gammon. | |
file | version.h |