MIFARE Classic manipulation example. More...
#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <stddef.h>#include <stdbool.h>#include <string.h>#include <ctype.h>#include <nfc/nfc.h>#include "mifaretag.h"#include "bitutils.h"Go to the source code of this file.
Functions | |
| bool | authenticate (uint32_t uiBlock) |
MIFARE Classic manipulation example.
Definition in file nfc-mfclassic.c.
| bool authenticate | ( | uint32_t | uiBlock | ) |
Definition at line 94 of file nfc-mfclassic.c.
1.6.1