Demonstration of possible usage of the NFC EEPROM class (including support for ST25DV NFC chip)

Dependencies:   eeprom_driver

Committer:
mbed_official
Date:
Mon Sep 24 17:09:39 2018 +0100
Revision:
0:86f202e07059
Child:
6:462737ad2938
Add mbed deploy into the SmartPoster instructions.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-nfc

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:86f202e07059 1 {
mbed_official 0:86f202e07059 2 "target_overrides": {
mbed_official 0:86f202e07059 3 "DISCO_L475VG_IOT01A": {
mbed_official 0:86f202e07059 4 "target.extra_labels_add": ["M24SR"]
mbed_official 0:86f202e07059 5 },
mbed_official 0:86f202e07059 6 "NUCLEO_F401RE": {
mbed_official 0:86f202e07059 7 "target.extra_labels_add": ["PN512"]
mbed_official 0:86f202e07059 8 }
mbed_official 0:86f202e07059 9 }
mbed_official 0:86f202e07059 10 }