#define RED_LED     3
#define GREEN_LED   5
#define BLUE_LED    6


void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}