modified pin definitions for final hardware
This commit is contained in:
parent
fe7406a38a
commit
991ad961db
@ -1,11 +1,11 @@
|
|||||||
#include <IRremote.h>
|
#include <IRremote.h>
|
||||||
|
|
||||||
#define LED_WHITE 6
|
#define LED_WHITE 5
|
||||||
#define LED_GREEN 9
|
#define LED_GREEN 6
|
||||||
#define LED_BLUE 10
|
#define LED_BLUE 10
|
||||||
#define LED_RED 11
|
#define LED_RED 9
|
||||||
|
|
||||||
#define IR_PIN 8
|
#define IR_PIN 2
|
||||||
#define IR_PROTOCOL 1
|
#define IR_PROTOCOL 1
|
||||||
#define IR_FILTER 0xF70000
|
#define IR_FILTER 0xF70000
|
||||||
#define IR_MASK 0xFF0000
|
#define IR_MASK 0xFF0000
|
||||||
|
Loading…
Reference in New Issue
Block a user