Go to the documentation of this file.
24 #ifndef __NFC_DRIVER_ACR122_H__
25 # define __NFC_DRIVER_ACR122_H__
33 # define ACR122_DRIVER_NAME "ACR122"
43 bool acr122_transceive (
nfc_device_t * pnd,
const byte_t * pbtTx,
const size_t szTx, byte_t * pbtRx,
47 char *acr122_firmware (
const nfc_device_spec_t nds);
48 bool acr122_led_red (
const nfc_device_spec_t nds,
bool bOn);
50 #endif // ! __NFC_DRIVER_ACR122_H__