mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-11 00:56:18 +00:00
Merge pull request #379 from oliv3r/Errata_on_i2c_timing
drivers: pn532_i2c: Errata on i2c timing
This commit is contained in:
@@ -104,7 +104,7 @@ static size_t pn532_i2c_scan(const nfc_context *context, nfc_connstring connstri
|
|||||||
* tBuf in the PN532 data sheet, section 12.25: Timing for the I2C interface,
|
* tBuf in the PN532 data sheet, section 12.25: Timing for the I2C interface,
|
||||||
* table 320. I2C timing specification, page 211, rev. 3.2 - 2007-12-07.
|
* table 320. I2C timing specification, page 211, rev. 3.2 - 2007-12-07.
|
||||||
*/
|
*/
|
||||||
#define PN532_BUS_FREE_TIME 1.3
|
#define PN532_BUS_FREE_TIME 5
|
||||||
static struct timespec __transaction_stop;
|
static struct timespec __transaction_stop;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user