There was an error while loading. Please reload this page.
1 parent 240ebce commit fe228e7Copy full SHA for fe228e7
libraries/PCA9635/PCA9635.cpp
@@ -22,7 +22,7 @@ PCA9635::PCA9635(const uint8_t deviceAddress)
22
// TWBR = 12; // 400KHz
23
_data = 0;
24
_error = 0;
25
- writeReg(PCA9685_MODE1, 0x81); // AUTOINCR | NOSLEEP | ALLADRR
+ writeReg(PCA9635_MODE1, 0x81); // AUTOINCR | NOSLEEP | ALLADRR
26
}
27
28
// write value to single PWM registers
@@ -131,4 +131,4 @@ uint8_t PCA9635::readReg(uint8_t reg)
131
132
//
133
// END OF FILE
134
-//
+//
0 commit comments