view Makefile @ 8:f9a085a0ba93

Change the 1 wire routines to mostly C with assembly delay routines for ease of portability.
author darius
date Mon, 12 Jul 2004 17:50:42 +0930
parents ee3c9a16099e
children 7ed10c59ba06
line wrap: on
line source

PROG=testavr
SRCS=1wire.c testavr.c

PART=8515
CFLAGS=-Os -g -Wall

.include "Makefile.avr"