Servo driver for the Adafruit 16 channel PWM I2C module

Dependents:   theRobot theRobotNEW theRobot theRobot ... more

Fork of Adafruit-PWM-Servo-Driver by Shundo Kishi

Revision:
3:02a963fc3700
Parent:
0:9d01b5d37adc
--- a/Adafruit_PWMServoDriver.cpp	Sat Aug 17 09:01:33 2013 +0000
+++ b/Adafruit_PWMServoDriver.cpp	Mon Mar 03 15:13:43 2014 +0000
@@ -103,4 +103,7 @@
     cmd[0] = addr;
     cmd[1] = d;
     i2c.write(_i2caddr, cmd, 2);
-}
\ No newline at end of file
+}
+
+
+ 
\ No newline at end of file