PCA TEST
Dependencies: mbed
Fork of PCA9685PWM by
Revision 2:3e7e063a6538, committed 2017-06-12
- Comitter:
- niklasjakob
- Date:
- Mon Jun 12 17:11:34 2017 +0000
- Parent:
- 1:7f3c3ac6b20b
- Commit message:
- PCA
Changed in this revision
PCA9685.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7f3c3ac6b20b -r 3e7e063a6538 PCA9685.h --- 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