File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/reference/api/connectivity/nfc Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## NFC Controller
1
+ ## NFC controller
2
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.
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.
4
4
5
- ### NFC Controller Class Reference
5
+ ### NFC controller class reference
6
6
7
7
[ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME )
8
8
9
- ### NFC Controller Example
9
+ ### NFC controller example
10
10
11
11
``` cpp
12
12
#include " stdint.h"
@@ -46,4 +46,4 @@ struct NFCDelegate : mbed::nfc::NFCController::Delegate {
46
46
nfc_initiator->connect(); // Connect to the initiator
47
47
}
48
48
};
49
- ```
49
+ ```
You can’t perform that action at this time.
0 commit comments