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

Dependents:   PCA9955_HelloWorld

Revision:
5:7ad949955db8
Parent:
4:6ca7ab31c5fb
Child:
6:c8dc0211e18c
--- a/PCA9955.cpp	Fri Nov 08 16:33:36 2013 +0000
+++ b/PCA9955.cpp	Tue Nov 12 17:56:28 2013 +0000
@@ -32,8 +32,6 @@
 {
     //Probe for the PCA9952/55 using a Zero Length Transfer
     if (!m_I2C.write(m_ADDR, NULL, 0)) {
-        //NOTE: We don't issue a SWRST here since it might reset other I2C devices as well
-
         //Read the current 8-bit register value
         char value = read(REG_MODE1);