Update PCA9635.h

Upper three bits of register address defines the register address incrementation flag. If this is not defined the array write is not possible.
This commit is contained in:
pavelvitvar 2019-01-16 14:20:16 +01:00 committed by GitHub
parent 89d3754c97
commit ab4de07b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
#define PCA9635_MODE1 0x00
#define PCA9635_MODE2 0x01
#define PCA9635_PWM(x) (0x02+(x))
#define PCA9635_PWM(x) (0x82+(x))
#define PCA9635_GRPPWM 0x12
#define PCA9635_GRPFREQ 0x13
@ -81,4 +81,4 @@ private:
#endif
//
// END OF FILE
//
//