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