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

Dependents:   PCA962x PCA9632

Embed: (wiki syntax)

« Back to documentation index

CompLedDvr Class Reference

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.