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

tornado/: use UART in SPI mode to send LED patterns (at 4 Mbps)

This commit is contained in:
Werner Almesberger
2012-11-23 14:50:01 -03:00
parent bef7d5debf
commit 7b766ed93c
5 changed files with 116 additions and 7 deletions

View File

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