No description
Find a file
Romain Tartiere 7fd413789a Add error checking to mifare_classic_connect(), mifare_classic_disconnect().
Do not assume nfc_initiator_select_tag() and nfc_initiator_deselect_tag() will not return an error if the provided tag is supposed to be ready for the operation (it might have move out of the field), and let the error propagate through libfreefare to the application calling the functions.
2010-01-08 08:29:19 +00:00
examples add an example draft mifare-classic-format, a tool which can be usefull to debug :) 2010-01-06 23:44:17 +00:00
test merge all includes into a single freefare.h header. 2009-12-26 18:16:22 +00:00
AUTHORS Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
ChangeLog Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
configure.ac put MifareSectorNumber type in a new mifare_common.h header. 2009-12-23 15:26:57 +00:00
COPYING Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
freefare.h add an accessor to UID contained in MifareClassicTag 2010-01-06 23:42:06 +00:00
libfreefare.pc.in Install a libfreefare.pc pkg-config module. 2009-12-18 21:31:45 +00:00
mad.c merge all includes into a single freefare.h header. 2009-12-26 18:16:22 +00:00
Makefile.am merge all includes into a single freefare.h header. 2009-12-26 18:16:22 +00:00
mifare_application.c merge all includes into a single freefare.h header. 2009-12-26 18:16:22 +00:00
mifare_classic.c Add error checking to mifare_classic_connect(), mifare_classic_disconnect(). 2010-01-08 08:29:19 +00:00
NEWS Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
README Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00