Go to the documentation of this file.00001
00024 #ifndef __NFC_DRIVER_PN533_USB_H__
00025 # define __NFC_DRIVER_PN533_USB_H__
00026
00027 # define PN533_USB_DRIVER_NAME "PN533_USB"
00028
00029
00030 nfc_device_t *pn533_usb_connect (const nfc_device_desc_t * pndd);
00031 void pn533_usb_init (nfc_device_t * pnd);
00032 bool pn533_usb_list_devices (nfc_device_desc_t pnddDevices[], size_t szDevices, size_t * pszDeviceFound);
00033 nfc_device_desc_t *pn533_usb_pick_device (void);
00034
00035 #endif // ! __NFC_DRIVER_PN533_USB_H__