A feature complete driver for the PCA9952/55 LED driver from NXP.

Dependents:   PCA9955_HelloWorld

History

Added MBED_OPERATORS check to implementation default tip

2014-05-30, by neilt6 [Fri, 30 May 2014 19:00:08 +0000] rev 13

Added MBED_OPERATORS check to implementation


Added support for reading and writing a range of values at once, renamed _char methods to _u8

2014-05-12, by neilt6 [Mon, 12 May 2014 14:58:54 +0000] rev 12

Added support for reading and writing a range of values at once, renamed _char methods to _u8


Clarified documentation regarding the General Call Reset command

2014-05-06, by neilt6 [Tue, 06 May 2014 17:03:59 +0000] rev 11

Clarified documentation regarding the General Call Reset command


Added an I2C frequency argument to the constructor

2014-05-02, by neilt6 [Fri, 02 May 2014 17:29:33 +0000] rev 10

Added an I2C frequency argument to the constructor


Removed float suffix for readability

2014-04-28, by neilt6 [Mon, 28 Apr 2014 04:52:08 +0000] rev 9

Removed float suffix for readability


Renamed convenience methods to prevent compiler errors

2014-04-08, by neilt6 [Tue, 08 Apr 2014 20:31:22 +0000] rev 8

Renamed convenience methods to prevent compiler errors


Changed the way Sub Call and All Call addresses are handled, they can now be specified on any write-only method as an optional argument

2014-04-08, by neilt6 [Tue, 08 Apr 2014 17:43:57 +0000] rev 7

Changed the way Sub Call and All Call addresses are handled, they can now be specified on any write-only method as an optional argument


Removed 10ms wait from reset()

2014-04-08, by neilt6 [Tue, 08 Apr 2014 15:21:28 +0000] rev 6

Removed 10ms wait from reset()


Minor documentation improvements

2013-11-12, by neilt6 [Tue, 12 Nov 2013 17:56:28 +0000] rev 5

Minor documentation improvements


Added second constructor to allow for modified addresses

2013-11-08, by neilt6 [Fri, 08 Nov 2013 16:33:36 +0000] rev 4

Added second constructor to allow for modified addresses