RGBLED  1.0.0
Easily control RGB LEDs.
Classes | Enumerations | Variables
RGBLED.hpp File Reference
#include <inttypes.h>
#include <math.h>
#include <Arduino.h>

Go to the source code of this file.

Classes

class  RGBLED
 

Enumerations

enum  CommonElectrode : bool { anode = 1, cathode = 0 }
 Common electrode enum. More...
 
enum  State : bool { ON = 1, OFF = 0 }
 State enum. More...
 

Variables

const uint8_t PWM_MAX = 255
 The maximum value of the PWM. More...
 

Detailed Description

Include file for RGBLED library.

Author
Vasil Kalchev
Date
2017
Version
1.0.0

Enumeration Type Documentation

§ CommonElectrode

enum CommonElectrode : bool
strong

Common electrode enum.

§ State

enum State : bool

State enum.

Variable Documentation

§ PWM_MAX

const uint8_t PWM_MAX = 255

The maximum value of the PWM.