Compare commits

...

2 commits

Author SHA1 Message Date
448bfc9316 StepDeb_1 Fini 2023-04-14 15:35:56 +02:00
c56e22bee6 StepDeb_2 Fini 2023-04-14 15:34:27 +02:00
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,7 @@ GPIO_Configure(GPIOB, 1, OUTPUT, OUTPUT_PPULL);
//============================================================================
//Clignotement de GPIOB
while (1)
{
Delay_100ms();

View file

@ -20,7 +20,6 @@ FlagCligno dcd 0
;Section ROM code (read only) :
area moncode,code,readonly
; écrire le code ici
timer_callback proc
push {lr}