You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design-documents/nfc/nfc_design.md
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,12 @@ The `NFCController` class is the entrypoint into NFC for the user.
160
160
161
161
When NCI integration is complete (phase 2), this class will be able to drive a `NCIDriver` instance. For now, the one controller we support is the PN512, which implements the `NFCControllerDriver` class. This class is specific to the current MicroNFC release.
The user instantiates the `NFCController` class using a driver, an event queue used for asynchronous operations and a scratch buffer used for NDEF processing.
168
+
163
169
It offers the following methods:
164
170
165
171
```cpp
@@ -314,8 +320,6 @@ The class is constructed using a scratch buffer which is used to encode and/or d
Additionally, the user can recover the type of NFC tag (1 to 5) being emulated. Type 4 is implemented on either one of two technologies; therefore, this enum both includes type 4a and type 4b to identify the underlying technology.
365
374
366
-
*Note: This is initially out of scope for the initial release*
375
+
*Note: ISO7816 is only used internally for the initial release*
0 commit comments