Arduino Light control Tutorial

How to control a lamp with and arduino
resources for you:

Arduino were to get and learning code: http://www.arduino.cc/

Seed studio relay shield: http://www.seeedstudio.com/depot/relay-shield-v20-p-1376.html?cPath=132_134

example code: void setup() {

pinMode(7,OUTPUT);
}

void loop() {

digitalWrite(7,HIGH);
delay(3000);
digitalWrite(7,LOW);
delay(3000);


}"

  • Aucune note. Soyez le premier à attribuer une note !

Ajouter un commentaire

 

7 choses à savoir si Tu débutes en automatisme...

7 choses que tu dois savoir si tu debutes en automatismeCliquez ici pour télécharger le guide PDF

Superv 3