From: Erich W. <ew....@na...> - 2013-08-15 19:53:21
|
Hello Michael, On 08/15/2013 09:24 PM, Michael Picco wrote: > I am using the avrispMK2 and Atmel Studio 5.0. > > ... The other > question I have is the where in the 'project' I should include the 1wire > file from the driver directory? 1wire: If you look into appl/template/template.asm you will find the include near the end of the file together with 2 definitions (amforth 5.1) ------------------------------ ... ; settings for 1wire interface, if desired .equ OW_PORT=PORTA .EQU OW_BIT=4 .include "drivers/1wire.asm" ; include the whole source tree. .include "amforth.asm" ------------------------------- Cheers, Erich |