added tiwrite command, split LF code from appmain into lfops.c

This commit is contained in:
d18c7db
2009-07-25 11:47:43 +00:00
parent 431ae7e0eb
commit 9bea179a71
8 changed files with 1136 additions and 961 deletions

View File

@@ -32,6 +32,7 @@ OBJLCD = $(OBJDIR)/LCD.o\
OBJ = $(OBJDIR)/start.o \
$(OBJDIR)/appmain.o \
$(OBJDIR)/fpga.o \
$(OBJDIR)/lfops.o \
$(OBJDIR)/iso15693.o \
$(OBJDIR)/util.o