view Makefile @ 23:845934a4e7fe

Add code to talk to a Phillips PDIUSBB12.
author darius
date Mon, 12 Dec 2005 23:32:59 +1030
parents 108a703c39e6
children 2b0ed085b95b
line wrap: on
line source

#
# $Id$
#

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

MCU=	at90s8515
CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline 
CFLAGS+=-DXTAL_CPU=4000000

.include "Makefile.avr"