#include <IRremote.h>
const int IR_RECEIVER_PIN = 11;
const int LED_RED_PIN =2;
const int LED_GREEN_PIN =3;
const int LED_YELLOW_PIN =4;
#define CODE _BUTTON_1 0XBA45FF00
#define CODE _BUTTON_2 0XB946FF00
#define CODE_ BUTTON_3 0XB847FF00
void setup() {
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
}