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

Dependents:   PCA995xA

Files at this revision

API Documentation at this revision

Comitter:
nxp_ip
Date:
Thu Jun 16 22:59:43 2022 +0000
Parent:
1:877856770b37
Commit message:
Suppressing warning in KeilStudio and fix of API document

Changed in this revision

LedPwmOutCC.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 877856770b37 -r cc08ac7ed407 LedPwmOutCC.cpp
--- a/LedPwmOutCC.cpp	Thu Mar 19 08:39:52 2015 +0000
+++ b/LedPwmOutCC.cpp	Thu Jun 16 22:59:43 2022 +0000
@@ -24,4 +24,4 @@
 {
     pwm( rhs );
     return ( *this );
-}
\ No newline at end of file
+}