Abstract class for 'constant current (CC)' LED driver component. Including "LedPwmOutCC API" class.

Dependents:   PCA995xA

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CompLedDvrCC.cpp Source File

CompLedDvrCC.cpp

00001 
00002 #include    "mbed.h"
00003 #include    "CompLedDvrCC.h"
00004 
00005 CompLedDvrCC::CompLedDvrCC() {}
00006 CompLedDvrCC::~CompLedDvrCC() {}