TactigonDoc  1.3 - 2018-28-12
Documentation of Tactigon libraries exposed in Arduino IDE
Public Types | Public Member Functions | List of all members
T_Led Class Reference

#include <tactigon_led.h>

Public Types

enum  COLOR { RED, GREEN, BLUE, NOT_A_COLOR }
 

Public Member Functions

 T_Led ()
 
void init (COLOR c)
 
void on (void)
 
void off (void)
 

Detailed Description

RGB led Handler Class

Member Enumeration Documentation

◆ COLOR

Available colors for LED

Enumerator
RED 

Red

GREEN 

Green

BLUE 

Blue

Constructor & Destructor Documentation

◆ T_Led()

T_Led::T_Led ( )

Led Class constructor

Member Function Documentation

◆ init()

void T_Led::init ( COLOR  c)

Led Class init

Parameters
cthe color of the led

◆ off()

void T_Led::off ( void  )

Led off

◆ on()

void T_Led::on ( void  )

Led on


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