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

Dependents:   PCA9955_HelloWorld

Revision:
6:c8dc0211e18c
Parent:
5:7ad949955db8
Child:
7:7dd3cc73e873
--- a/PCA9955.cpp	Tue Nov 12 17:56:28 2013 +0000
+++ b/PCA9955.cpp	Tue Apr 08 15:21:28 2014 +0000
@@ -57,9 +57,6 @@
 
     //Issue the SWRST call to the General Call address
     m_I2C.write(0x00, &data, 1);
-
-    //Wait for 10ms to allow the device to reset
-    wait_ms(10);
 }
 
 bool PCA9955::allCallEnabled()