NUCLEO-NFC01A1 board drivers.

Dependents:   Nucleo_NFC_Example I2C_NFC_Master Print_Entire_Nucleo_NFC01A1_Memory

Fork of X-NUCLEO-NFC01A1 by Enrico Gregoratto

Warning: Deprecated!

Official and up-to-date drivers can be found at this link.

Files at this revision

API Documentation at this revision

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 ------------------------------------------------------------*/