Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mDotEVBM2X MTDOT-EVB-LinkCheck-AL MTDOT-EVBDemo-DRH MTDOT_BOX_EVB_Blinky ... more
Diff: NCP5623B.h
- Revision:
- 5:c8b00cf49c70
- Parent:
- 0:b28a2dfe05fd
diff -r ae3ff403404a -r c8b00cf49c70 NCP5623B.h
--- 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);