mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
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:
parent
89d3754c97
commit
ab4de07b19
@ -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
|
||||
//
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user