Commit d534d4df2e0aedc6120358a3df1b80212096af8a
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,14 +490,14 @@ void mainVeilleuse_auto() | ||
490 | //fonction permettant de faire les tests des foncions secondaires | 490 | //fonction permettant de faire les tests des foncions secondaires |
491 | void tests() | 491 | void tests() |
492 | { | 492 | { |
493 | - //couleur(0,255,0); | 493 | + //couleur(255,0,0); |
494 | //choix_couleur(); | 494 | //choix_couleur(); |
495 | //eteindre(); | 495 | //eteindre(); |
496 | //choix_intensite(); | 496 | //choix_intensite(); |
497 | //choix_type_allumage(); | 497 | //choix_type_allumage(); |
498 | //mouvement(); | 498 | //mouvement(); |
499 | //lumiere_auto(); | 499 | //lumiere_auto(); |
500 | - automatique(); | 500 | + //automatique(); |
501 | delay(200); | 501 | delay(200); |
502 | } | 502 | } |
503 | 503 |