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

Dependents:   PCA9955_HelloWorld

Revision:
11:dbf20a128eb6
Parent:
10:c8c96c894ec6
Child:
12:2b8adb10c605
--- a/PCA9955.h	Fri May 02 17:29:33 2014 +0000
+++ b/PCA9955.h	Tue May 06 17:03:59 2014 +0000
@@ -1,5 +1,5 @@
 /* PCA9952/55 Driver Library
- * Copyright (c) 2013 Neil Thiessen
+ * Copyright (c) 2014 Neil Thiessen
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -171,7 +171,7 @@
      */
     PCA9955(PinName sda, PinName scl, Address addr = ADDRESS_0, int hz = 400000);
 
-    /** Probe for the PCA9952/55  and indicate if it's present on the bus
+    /** Probe for the PCA9952/55 and indicate if it's present on the bus
      *
      * @returns
      *   'true' if the device exists on the bus,
@@ -179,7 +179,7 @@
      */
     bool open();
 
-    /** Issue an SWRST call to reset all PCA9952/55 devices on the bus
+    /** Issue a General Call Reset command to reset all PCA9952/55 devices on the bus
      *
      * @note Requires a 5ms delay before issuing additional commands
      *