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

Dependents:   PCA962x PCA9632

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CompLedDvr.cpp Source File

CompLedDvr.cpp

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