Commit c4cdf489db2a3790499ab121742b2fc8511b7ebc

Authored by nhavard
1 parent 150a1232

init ports C et D

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
Algorithme
... ... @@ -6,6 +6,10 @@
6 6 .equ PORTA = 0x02
7 7 .equ DDRB = 0x03
8 8 .equ PORTB = 0x05
  9 +.equ DDRC = 0x07
  10 +.equ PORTC = 0x08
  11 +.equ PIND = 0x09
  12 +.equ DDRD = 0x0A
9 13 .equ PINF = 0x0F
10 14 .equ DDRF = 0x10
11 15  
... ...