This is a library for our Adafruit 16-channel PWM & Servo driver Pick one up today in the adafruit shop! ------> http://www.adafruit.com/products/815 These displays use I2C to communicate, 2 pins are required to interface. Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, check license.txt for more information All text above must be included in any redistribution

Revision:
2:237e7b9d17c8
Parent:
1:ac6c5e17c3d3
Child:
3:5e1fd11c4f94
diff -r ac6c5e17c3d3 -r 237e7b9d17c8 Adafruit_PWMServoDriver.cpp
--- a/Adafruit_PWMServoDriver.cpp	Mon Aug 26 04:53:54 2013 +0000
+++ b/Adafruit_PWMServoDriver.cpp	Sat Dec 14 06:04:33 2013 +0000
@@ -85,6 +85,6 @@
     char data[] = { addr, d };
     if(_i2c->write(_i2caddr, data, 2))
     {    
-        printf("No ACK on i2c write!");
+        //("No ACK on i2c write!");
     }
 }
\ No newline at end of file