PCA TEST

Dependencies:   mbed

Fork of PCA9685PWM by Paolo Sanna

Revision:
2:3e7e063a6538
Parent:
0:c7f4744deec3
--- a/PCA9685.h	Fri Jul 24 09:03:58 2015 +0000
+++ b/PCA9685.h	Mon Jun 12 17:11:34 2017 +0000
@@ -77,7 +77,7 @@
 class PCA9685
 {
 public:
-    PCA9685(PinName sda, PinName scl, int addr = 0x80);
+    PCA9685(PinName sda, PinName scl, int addr = 0xC0);
     void frequencyI2C(int freq);
     void begin(void); //Initialize the controller
     void reset(void); //Reset the controller