Add new supported device: ASK / LoGO. (Thanks to ASK for sending one sample of this device)

This commit is contained in:
Romuald Conty 2011-02-01 21:20:48 +00:00
parent 659d7a9de1
commit 58ad2a5760
8 changed files with 49 additions and 18 deletions

View file

@ -133,6 +133,8 @@ struct driver_callbacks {
bool (*list_devices) (nfc_device_desc_t pnddDevices[], size_t szDevices, size_t * pszDeviceFound);
/** Connect callback */
nfc_device_t *(*connect) (const nfc_device_desc_t * pndd);
/** Init callback */
void (*init) (nfc_device_t * pnd);
/** Transceive callback */
bool (*transceive) (nfc_device_t * pnd, const byte_t * pbtTx, const size_t szTx, byte_t * pbtRx, size_t * pszRx);
/** Disconnect callback */