Skip to content

Commit a1d5eaf

Browse files
author
Donatien Garnier
committed
Added one-sentence description for NFCController and NFCEEPROM
1 parent 71a21af commit a1d5eaf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/reference/api/connectivity/nfc/NFCController.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## NFC controller
22

3+
Using an NFC controller with Mbed OS allows you to emulate NFC tags that can be read by a smartphone and generate NDEF messages on demand.
4+
35
To use an NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
46

57
### NFC controller class reference

docs/reference/api/connectivity/nfc/NFCEEPROM.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## NFC EEPROM
22

3-
To use an NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
3+
An NFC EEPROM can store NDEF messages. A smartphone can be used to access the message through the NFC interface the EEPROM exposes.
4+
5+
To use an NFC EEPROM, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
46

57
### NFC EEPROM class reference
68

0 commit comments

Comments
 (0)