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

Dependents:   PCA9955_HelloWorld

Revision:
3:84571acc16a1
Parent:
2:9d866639b32b
Child:
4:6ca7ab31c5fb
--- a/PCA9955.h	Thu Nov 07 21:19:53 2013 +0000
+++ b/PCA9955.h	Fri Nov 08 16:19:36 2013 +0000
@@ -79,7 +79,9 @@
         ADDRESS_12 = (0x6C << 1),   /**< A[3:0] pins = 1100 (not available on PCA9952) */
         ADDRESS_13 = (0x6D << 1),   /**< A[3:0] pins = 1101 (not available on PCA9952) */
         ADDRESS_14 = (0x6E << 1),   /**< A[3:0] pins = 1110 (not available on PCA9952) */
-        ADDRESS_15 = (0x6F << 1)    /**< A[3:0] pins = 1111 (not available on PCA9952) */
+        ADDRESS_15 = (0x6F << 1),   /**< A[3:0] pins = 1111 (not available on PCA9952) */
+        ADDRESS_ALL = (0x70 << 1),  /**< The default LED All Call address */
+        ADDRESS_SUB = (0x76 << 1)   /**< The default subaddress for 16-channel LED drivers */
     };
 
     /** Represents the different outputs of the PCA9952/55