ptbw / RgbIrLed

Simple IR RGB Led library for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the RgbIrLed library for the Arduino.

This library contains no methods, it is simply a mapping of codes for use with IR Remote library to enable an arduino to control some IR RGB LED lamps.

Currently there are mappings for two types of IR RGB LED Remotes 
Type 0: APA 1616 24 Button Remote
Type 1: LED 618 24 Button Remote
Type 2: 44 Button remote (Does not seem to have separate on/off buttons only a single toggle button).

More will be added as the remotes are acquired. 

Currently Type 0 and Type 1 do not conflict with each others commands so it is possible to control 2 channels, possibly more if there are other devices using 


To install, move the downloaded RgbIrLed directory to:
arduino-1.x/libraries/RgbIrLed
where arduino-1.x is your Arduino installation directory

After installation you should have files such as:
arduino-1.x/libraries/RgbIrLed/RgbIrLed.cpp

For details on this library see the github https://github.com/alistairallan/RgbIrLed

About

Simple IR RGB Led library for Arduino


Languages

Language:C++ 100.0%