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