GITLAB
ezalczer
/
Tutorat_microP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c4cdf489db2a3790499ab121742b2fc8511b7ebc
Authored by
nhavard
2017-05-29 17:54:02 +0200
1 parent
150a1232
init ports C et D
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
Algorithme
Inline
Side-by-side
Algorithme
Wrap text
Show/Hide comments
View file @
c4cdf48
...
...
@@ -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
...
...