Class module for NCP5623B I2C LED driver
Dependents: mDotEVBM2X MTDOT-EVB-LinkCheck-AL MTDOT-EVBDemo-DRH MTDOT_BOX_EVB_Blinky ... more
Diff: NCP5623B.h
- Revision:
- 5:c8b00cf49c70
- Parent:
- 0:b28a2dfe05fd
--- a/NCP5623B.h Mon Oct 17 08:42:14 2016 -0500
+++ b/NCP5623B.h Wed Jan 31 10:15:23 2018 -0600
@@ -126,10 +126,9 @@
*/
uint8_t setDimming(DIMDIRECTION dimdir, uint8_t endstep, uint8_t time) const;
-private:
-
- I2C *_i2c;
- uint8_t static const _i2c_addr = (0x38 << 1);
+private:
+ I2C* _i2c;
+ uint8_t static const _i2c_addr = (0x38 << 1);
uint8_t init(void);