et écoute en UDP sur le port 3333. Il attend une commande sous forme de chaîne de caractères on/off et allu... char packetBuffer[255];
const char * msg_error = "Commande invalide";
const unsigned char LED = 2;
//IP a... IgnoreCase("on"))
{
Serial.println("Commande ON");
digitalWrite(LED, HIGH);
}
... gnoreCase("off"))
{
Serial.println("Commande OFF");
digitalWrite(LED, LOW);