1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

fw/: sample the acceleration sensor (untested)

This commit is contained in:
Werner Almesberger
2012-06-21 08:56:56 -03:00
parent 7045109090
commit eaa11b110c
5 changed files with 101 additions and 1 deletions

View File

@@ -30,7 +30,8 @@ OBJCOPY = $(AVR_PREFIX)objcopy
#OBJDUMP = $(AVR_PREFIX)objdump
SIZE = $(AVR_PREFIX)size
OBJS = $(NAME).o dispatch.o hash.o image.o reset.o sweep.o $(COMMON_OBJS)
OBJS = $(NAME).o accel.o dispatch.o hash.o image.o reset.o sweep.o \
$(COMMON_OBJS)
BOOT_OBJS = boot.o flash.o fw.o $(COMMON_OBJS)
COMMON_OBJS = rf.o spi.o