Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CompLedDvr Class Reference
Abstract class for LED driver component. More...
#include <CompLedDvr.h>
Public Member Functions | |
| CompLedDvr () | |
| Default constructor. | |
| virtual | ~CompLedDvr () |
| Destructor. | |
| virtual void | pwm (int port, float v)=0 |
| Virtual function to define standard function of the component. | |
Detailed Description
Abstract class for LED driver component.
Abstract class for LED driver family No instance can be made from this class
Definition at line 55 of file CompLedDvr.h.
Constructor & Destructor Documentation
| CompLedDvr | ( | ) |
Default constructor.
Definition at line 5 of file CompLedDvr.cpp.
| ~CompLedDvr | ( | ) | [virtual] |
Destructor.
Definition at line 6 of file CompLedDvr.cpp.
Member Function Documentation
| virtual void pwm | ( | int | port, |
| float | v | ||
| ) | [pure virtual] |
Virtual function to define standard function of the component.
Generated on Tue Jul 12 2022 18:53:22 by
1.7.2