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

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to