1 /**************************************************************************/
3 @file pn532_mifare_classic.h
5 /**************************************************************************/
7 #ifndef __PN532_MIFARE_CLASSIC_H__
8 #define __PN532_MIFARE_CLASSIC_H__
10 #include "projectconfig.h"
11 #include "pn532_mifare.h"
13 pn532_error_t
pn532_mifareclassic_WaitForPassiveTarget (byte_t
* pbtCUID
, size_t * szCUIDLen
);
14 pn532_error_t
pn532_mifareclassic_AuthenticateBlock (byte_t
* pbtCUID
, size_t szCUIDLen
, uint32_t uiBlockNumber
, uint8_t uiKeyType
, byte_t
* pbtKeys
);
15 pn532_error_t
pn532_mifareclassic_ReadDataBlock (uint8_t uiBlockNumber
, byte_t
* pbtData
);
This page took 0.054336 seconds and 5 git commands to generate.