We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc89f44 commit 9bce57aCopy full SHA for 9bce57a
docs/reference/api/connectivity/nfc/NFCEEPROM.md
@@ -1,12 +1,12 @@
1
## NFC EEPROM
2
3
-To use a NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
+To use an NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
4
5
-### NFC EEPROM Class Reference
+### NFC EEPROM class reference
6
7
[](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME)
8
9
-### NFC EEPROM Example
+### NFC EEPROM example
10
11
```cpp
12
#include "stdint.h"
@@ -25,4 +25,4 @@ int main() {
25
...
26
nfc.write_ndef_message();
27
}
28
-```
+```
0 commit comments