From 6837d0300a5427bce700397ae913d3d28cf0f520 Mon Sep 17 00:00:00 2001 From: Donatien Garnier Date: Fri, 3 Aug 2018 18:38:06 +0100 Subject: [PATCH] Amend NFCController doc --- features/nfc/doc/nfc_design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/features/nfc/doc/nfc_design.md b/features/nfc/doc/nfc_design.md index 06ebce7b32..be38921528 100644 --- a/features/nfc/doc/nfc_design.md +++ b/features/nfc/doc/nfc_design.md @@ -88,6 +88,7 @@ Class Diagram: The `NFCController` class is the entrypoint into NFC for the user. When NCI integration is complete (phase 2), this class will have to be provided with a `NCIDriver` instance. +For now, the one controller we support is the PN512 which implements the `NFCControllerDriver` class which is specific to the current MicroNFC release. It offers the following methods: