Abstract class for 'constant current (CC)' LED driver component. Including "LedPwmOutCC API" class.
Diff: CompLedDvrCC.cpp
- Revision:
- 0:6d2f6c0fcc40
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/CompLedDvrCC.cpp Wed Mar 04 10:14:02 2015 +0000
@@ -0,0 +1,6 @@
+
+#include "mbed.h"
+#include "CompLedDvrCC.h"
+
+CompLedDvrCC::CompLedDvrCC() {}
+CompLedDvrCC::~CompLedDvrCC() {}