Abstract class for LED driver component. Including "LedPwmOut API" class.

Dependents:   PCA962x PCA9632

Revision:
1:8a0aa36b236c
Parent:
0:a0e4342d3b3d
--- a/CompLedDvr.h	Wed Mar 04 08:16:10 2015 +0000
+++ b/CompLedDvr.h	Thu Mar 19 10:02:44 2015 +0000
@@ -15,8 +15,8 @@
 
 #include    "mbed.h"
 
+/** Pin names of LED driver. Those are L0 .. L3, not like "LED0" to avoid mbed board LED names  */
 typedef enum {
-    /** Pin names of LED driver. Those are L0 .. L3, not like "LED0" to avoid mbed board LED names  */
     L0,            /**< LED0 pin                               */
     L1,            /**< LED2 pin                               */
     L2,            /**< LED2 pin                               */