view Makefile @ 4:81e2f85e02ce

Implement a command driven 1 wire bus tool.
author darius
date Mon, 12 Jul 2004 15:41:35 +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"