00001 00024 #ifndef __NFC_DRIVER_PN531_USB_H__ 00025 #define __NFC_DRIVER_PN531_USB_H__ 00026 00027 #define PN531_USB_DRIVER_NAME "PN531_USB" 00028 00029 // Functions used by developer to handle connection to this device 00030 nfc_device_t* pn531_usb_connect(const nfc_device_desc_t* pndd); 00031 bool pn531_usb_list_devices(nfc_device_desc_t pnddDevices[], size_t szDevices, size_t *pszDeviceFound); 00032 nfc_device_desc_t * pn531_usb_pick_device (void); 00033 00034 #endif // ! __NFC_DRIVER_PN531_USB_H__ 00035