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

Dependencies:   eeprom_driver

mbed_app.json

Committer:
apalmieri
Date:
2020-01-28
Revision:
6:462737ad2938
Parent:
0:86f202e07059

File content as of revision 6:462737ad2938:

{
    "target_overrides": {
        "DISCO_L475VG_IOT01A": {
            "target.extra_labels_add": ["M24SR"]
        },
        "NUCLEO_F401RE": {
            "target.extra_labels_add": ["ST25DV"]
        }
    }
}