Document the mifare_tag_type enum.
This commit is contained in:
parent
06e61a89d5
commit
0e1aded982
2 changed files with 9 additions and 0 deletions
2
HACKING
2
HACKING
|
|
@ -37,6 +37,8 @@ infrastructure ready for hacking the new card support:
|
|||
- Edit libfreefare/freefare.h:
|
||||
- Add your tag to the `mifare_tag_type' enum;
|
||||
- Add a <tag>_connect() and a <tag>_disconnect() function prototype;
|
||||
- Edit libfreefare/freefare.3:
|
||||
- Add your tag to the `mifare_tag_type' enum documentation;
|
||||
- Edit libfreefare/freefare_internal.h:
|
||||
- Add a new <tag>_tag struct. It's very first member shall be `struct
|
||||
mifare_tag __tag';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue