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 "mifare.h"#include "nfc-utils.h"Go to the source code of this file.
MIFARE Classic manipulation example.
Definition in file nfc-mfclassic.c.
1.7.1