# include « Fonctions.h » void moyen() { int a; PORTB.F4=1; // transistor passant PORTB.F6=1; // led témoin for(a=1;a<10;a++) consomme 20 s temps delay_ms(1000); PORTB.F4=0; // transistor off PORTB.F6=0; // led off }