aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/arduino/uno.asm
blob: 74a0d2bfdf88754cd2d49a4cb6750ea7bb5b250c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; for a description, what can be done in this
; file see ../template/template.asm. You may want to
; copy that file to this one and edit it afterwards.

.include "preamble.inc"

.equ F_CPU = 16000000
.include "drivers/usart_0.asm"

; settings for 1wire interface, if desired
.equ OW_PORT=PORTB
.EQU OW_BIT=4
.include "drivers/1wire.asm"

.include "amforth.asm"