ALLNET 4duino 1W LED Modul

ALLNET 4duino 1W LED Modul
product pictures similar, may differ from the product description!

net price plus shipping costs

Ready to ship today,
Delivery time appr. 1-3 workdays

ALLNET 1 Watt LED Sensor Modul Programmierbar über Arduino IDE.... more
Product information "ALLNET 4duino 1W LED Modul"

ALLNET 1 Watt LED Sensor Modul

Programmierbar über Arduino IDE. https://www.allnet.de/40in1-sensorkit/

int ledPin = 2;

void setup() { Serial.begin(9600); pinMode(ledPin, OUTPUT); }

void loop() { digitalWrite(ledPin, HIGH); delay(1000); digitalWrite(ledPin, LOW); delay(1000); }

Related links to "ALLNET 4duino 1W LED Modul"
Available downloads:
Viewed