, , , ,

Módulo digital LED branco para arduino (Ligação EASY) Keyestudio

REF: KS0101


Este módulo LED emite uma luz branca brilhante e é ideal para iniciantes no Arduino. A sua constituição facilita a ligação ao shield IO/Sensor.

2,43 IVA INCL.

Módulo digital LED para arduino (Ligação EASY) Keyestudio

Interface: Easy plug
Sensor type: Digital
PH2.54 socket
White LED module
Enables interaction with light-related works
Size: 33.7*20mm
Weight: 5g

Marca

int led = 9;
void setup()
{
 pinMode(led, OUTPUT);     //Set Pin9 as output
}
void loop()
{
         digitalWrite(led, HIGH);   //Turn on led
         delay(2000);
         digitalWrite(led, LOW);    //Turn off led
         delay(2000);
}

 

Também pode gostar…