LEDDriver_NXP_Arduino 1.0.2
LED driver device operation sample code for Arduino
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LED Class Reference

#include <LED.h>

Inheritance diagram for LED:
_LED

Public Member Functions

 LED (LEDDriver *leddp, int ch)
 
float operator= (float v)
 

Detailed Description

LED operation library for Arduino

Abstraction class for each single LED. Enabes to handle an LED as an instance, to set PWM by assign

Author
Tedd OKANO

Released under the MIT license License

Definition at line 17 of file LED.h.

Constructor & Destructor Documentation

◆ LED()

LED::LED ( LEDDriver * leddp,
int ch )

Definition at line 3 of file LED.cpp.

Member Function Documentation

◆ operator=()

float LED::operator= ( float v)

Definition at line 9 of file LED.cpp.


The documentation for this class was generated from the following files: