Commit 99d558da509d812257975f757babca4ccf661058

Authored by gwaterlo
1 parent b82d01dc

Edit des ports userfriendly

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Algorithme
... ... @@ -39,10 +39,10 @@
39 39  
40 40  
41 41 debut:
42   - DDRA = 0x07
  42 + DDRA = 0x00
43 43 DDRB = 0xFF
44 44 DDRC = 0x0F
45   - DDRD = 0x03
  45 + DDRD = 0x00
46 46 DDRF = 0x02
47 47 OCR0A->250
48 48 OCR0B = 0x00
... ...