Functions

nfc-mfclassic.c File Reference

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)

Detailed Description

MIFARE Classic manipulation example.

Definition in file nfc-mfclassic.c.


Function Documentation

bool authenticate ( uint32_t  uiBlock  ) 

Note:
: what about the other key?

Definition at line 94 of file nfc-mfclassic.c.