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

Dependents:   PCA962x PCA9632

Committer:
nxp_ip
Date:
Wed Mar 04 08:16:10 2015 +0000
Revision:
0:a0e4342d3b3d
Initial version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nxp_ip 0:a0e4342d3b3d 1
nxp_ip 0:a0e4342d3b3d 2 #include "mbed.h"
nxp_ip 0:a0e4342d3b3d 3 #include "CompLedDvr.h"
nxp_ip 0:a0e4342d3b3d 4
nxp_ip 0:a0e4342d3b3d 5 CompLedDvr::CompLedDvr() {}
nxp_ip 0:a0e4342d3b3d 6 CompLedDvr::~CompLedDvr() {}