const int ledMerah = 2;
const int ledBiru = 3;
const int ledHijau = 4;
const int ledKuning = 5;
const int rgbMerah = 6;
const int rgbHijau = 7;
const int rgbBiru = 8;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}