// RGB Led
// Here initialize variables and variables used for leds
void setup() {
// put your setup code here, to run once:
// Here use Pinmode to take wheter one will be input and output
// serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
// code here
}