Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_NFC_Example I2C_NFC_Master Print_Entire_Nucleo_NFC01A1_Memory
Fork of X-NUCLEO-NFC01A1 by
Revision 4:1814ea3853a7, committed 2015-01-04
- Comitter:
- EnricoG
- Date:
- Sun Jan 04 18:21:34 2015 +0000
- Parent:
- 3:0528e68eac4a
- Commit message:
- Updated poll delay
Changed in this revision
drv_I2C_M24SR.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0528e68eac4a -r 1814ea3853a7 drv_I2C_M24SR.h --- a/drv_I2C_M24SR.h Wed Dec 17 00:32:28 2014 +0000 +++ b/drv_I2C_M24SR.h Sun Jan 04 18:21:34 2015 +0000 @@ -80,7 +80,7 @@ #define EXTERNAL_PULLUP /* If SCL is already pulled up using an external resistor */ -#define M24SR_POLL_DELAY 10 /* Delay (in ms) before starting to poll the device for command completion */ +#define M24SR_POLL_DELAY 50 /* Delay (in ms) before starting to poll the device for command completion */ /* macro function ------------------------------------------------------------*/