bonjour à tous,
voila je suis possesseur d'un arduino MEGA ADK + Arduino Ethernet Shield Rev3, je ne sait pas programmer en html, pouvez vous m'aider à jouer ce code depuis une page html hébergé par le module arduino ? un simple bouton "executer" me suffit
void setup() {
// initialize the digital pin as an output.
// Pin 30 has an MAL 10 :
pinMode(30, OUTPUT);
digitalWrite(30, HIGH); // set the on
delay(600); // wait for 600ms
digitalWrite(30, LOW);
delay(0);
}
void loop() {}}
merci d'avance pour votre aide