AccelStepperI2C
v0.2.2
I2C wrapper (and a bit more) for the AccelStepper Arduino library
|
Directories | |
directory | util |
Files | |
file | AccelStepperI2C.cpp |
Part of the AccelStepperI2C firmware/library. | |
file | AccelStepperI2C.h |
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 minor adaptations. | |