Commit c4cdf489db2a3790499ab121742b2fc8511b7ebc
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 +6,10 @@ | ||
6 | .equ PORTA = 0x02 | 6 | .equ PORTA = 0x02 |
7 | .equ DDRB = 0x03 | 7 | .equ DDRB = 0x03 |
8 | .equ PORTB = 0x05 | 8 | .equ PORTB = 0x05 |
9 | +.equ DDRC = 0x07 | ||
10 | +.equ PORTC = 0x08 | ||
11 | +.equ PIND = 0x09 | ||
12 | +.equ DDRD = 0x0A | ||
9 | .equ PINF = 0x0F | 13 | .equ PINF = 0x0F |
10 | .equ DDRF = 0x10 | 14 | .equ DDRF = 0x10 |
11 | 15 |