I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
|
Functions | |
void | setup () |
void | loop () |
Variables | |
uint8_t | i2cAddress = 0x08 |
const uint8_t | stepPin = 6 |
const uint8_t | dirPin = 3 |
const uint8_t | enablePin = 8 |
const uint8_t | servo1Pin = 12 |
const uint8_t | servo2Pin = 13 |
I2Cwrapper | wrapper (i2cAddress) |
int | servo1pos = 90 |
int | servo2pos = 90 |
int | servo1speed = 11 |
int | servo2speed = 5 |
void loop | ( | void | ) |
void setup | ( | void | ) |
const uint8_t dirPin = 3 |
const uint8_t enablePin = 8 |
uint8_t i2cAddress = 0x08 |
const uint8_t servo1Pin = 12 |
int servo1pos = 90 |
int servo1speed = 11 |
const uint8_t servo2Pin = 13 |
int servo2pos = 90 |
int servo2speed = 5 |
const uint8_t stepPin = 6 |
ServoI2C servo2& wrapper | ( | i2cAddress | ) |