int ijo = 8;
int kuning = 9;
int merah = 10;
void setup() {
// put your setup code here, to run once:
pinMode(ijo);
}
void loop() {
// put your main code here, to run repeatedly:
}
int ijo = 8;
int kuning = 9;
int merah = 10;
void setup() {
// put your setup code here, to run once:
pinMode(ijo);
}
void loop() {
// put your main code here, to run repeatedly:
}