AccelStepperI2C  v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
File List
Here is a list of all files with brief descriptions:
 AccelStepperI2C.cppPart of the AccelStepperI2C firmware/library
 AccelStepperI2C.h
 Change_address.ino
 Error_checking.ino
 firmware.inoFirmware for an I2C slave controlling up to 8 stepper motors with the AccelStepper library, comes with the matching AccelStepperI2C library
 I2Cwrapper.cppA helper class for the AccelStepperI2C (and ServoI2C) library
 I2Cwrapper.hA helper class for the AccelStepperI2C and related libraries
 Interrupt_Endstop.ino
 Pin_control.ino
 PinI2C.cppPart of the AccelStepperI2C firmware/library
 PinI2C.hArduino 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
 Servo_Sweep.ino
 ServoI2C.cppPart of the AccelStepperI2C firmware/library
 ServoI2C.hArduino 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 minor adaptations
 SimpleBuffer.cpp
 SimpleBuffer.hSimple and ugly serialization buffer for any data type. Template technique and CRC8 adapted from Nick Gammon
 Stepper_and_Servo_together.ino
 Stepper_Bounce.ino
 version.h