Added command to read PCF7931 125Khz LF tags. This is a beta version which needs to be tested.

This commit is contained in:
chalk.secu@gmail.com
2013-01-18 21:31:35 +00:00
parent e98300f245
commit f5fca2ed62
8 changed files with 338 additions and 1 deletions

View File

@@ -68,7 +68,8 @@ CMDSRCS = \
cmdlfti.c \
cmdparser.c \
cmdmain.c \
cmdlft55xx.c
cmdlft55xx.c \
cmdlfpcf7931.c
CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)