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

Dependencies:   eeprom_driver

Committer:
apalmieri
Date:
Tue Jan 28 16:08:05 2020 +0000
Revision:
6:462737ad2938
Parent:
0:86f202e07059
Add ST25DV driver support

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": {
apalmieri 6:462737ad2938 7 "target.extra_labels_add": ["ST25DV"]
mbed_official 0:86f202e07059 8 }
mbed_official 0:86f202e07059 9 }
mbed_official 0:86f202e07059 10 }