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

Dependents:   PCA995xA

Committer:
nxp_ip
Date:
Thu Jun 16 22:59:43 2022 +0000
Revision:
2:cc08ac7ed407
Parent:
0:6d2f6c0fcc40
Suppressing warning in KeilStudio and fix of API document

Who changed what in which revision?

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