Demonstration of possible usage of the NFC EEPROM class (including support for ST25DV NFC chip)
Dependencies: eeprom_driver
Diff: mbed_app.json
- Revision:
- 0:86f202e07059
- Child:
- 6:462737ad2938
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Mon Sep 24 17:09:39 2018 +0100
@@ -0,0 +1,10 @@
+{
+ "target_overrides": {
+ "DISCO_L475VG_IOT01A": {
+ "target.extra_labels_add": ["M24SR"]
+ },
+ "NUCLEO_F401RE": {
+ "target.extra_labels_add": ["PN512"]
+ }
+ }
+}
X-NUCLEO-NFC04A1