Commit d534d4df2e0aedc6120358a3df1b80212096af8a

Authored by csaad
1 parent 3dc1fda1

enregistrement principal

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
progArduino/principal/principal.ino
... ... @@ -490,14 +490,14 @@ void mainVeilleuse_auto()
490 490 //fonction permettant de faire les tests des foncions secondaires
491 491 void tests()
492 492 {
493   - //couleur(0,255,0);
  493 + //couleur(255,0,0);
494 494 //choix_couleur();
495 495 //eteindre();
496 496 //choix_intensite();
497 497 //choix_type_allumage();
498 498 //mouvement();
499 499 //lumiere_auto();
500   - automatique();
  500 + //automatique();
501 501 delay(200);
502 502 }
503 503  
... ...