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

tornado/fw/: acceleration sensor "driver"

This commit is contained in:
Werner Almesberger
2012-12-03 21:23:02 -03:00
parent 7b766ed93c
commit 8c868198ed
3 changed files with 136 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ OBJCOPY = $(AVR_PREFIX)objcopy
#OBJDUMP = $(AVR_PREFIX)objdump
SIZE = $(AVR_PREFIX)size
OBJS = $(NAME).o led.o $(COMMON_OBJS)
OBJS = $(NAME).o accel.o led.o $(COMMON_OBJS)
BOOT_OBJS = boot.o $(COMMON_OBJS)
COMMON_OBJS =