avr: added missing defs.

This commit is contained in:
Martin Preuss
2024-09-12 13:11:50 +02:00
parent 0c819bcd19
commit 892dc65898
7 changed files with 45 additions and 12 deletions

View File

@@ -120,4 +120,15 @@
; ---------------------------------------------------------------------------
; 1-Wire Master
;
.equ OWI_DDR = DDRB
.equ OWI_PORTOUT = PORTB
.equ OWI_PORTIN = PINB
.equ OWI_PINNUM = PORTB2