From 991ad961db65492333f6428c2ce9a35ea5067b3a Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Wed, 23 Apr 2014 00:10:14 +0200 Subject: [PATCH] modified pin definitions for final hardware --- source/irlicht.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/irlicht.ino b/source/irlicht.ino index 95ad835..baf9e21 100644 --- a/source/irlicht.ino +++ b/source/irlicht.ino @@ -1,11 +1,11 @@ #include -#define LED_WHITE 6 -#define LED_GREEN 9 +#define LED_WHITE 5 +#define LED_GREEN 6 #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_FILTER 0xF70000 #define IR_MASK 0xFF0000