nfc: turn PN512 driver into a standalone driver library

pull/13414/head
Lingkai Dong 2020-08-10 17:52:50 +01:00
parent 4b0cede96e
commit bed5fd33e8
28 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "nfc/acore/acore/ac_buffer.h"
#include "nfc/acore/acore/ac_buffer_reader.h"
#include "nfc/acore/acore/ac_buffer_builder.h"
#include "nfc/stack/transceiver/pn512/pn512.h"
#include "transceiver/pn512.h"
namespace mbed {
namespace nfc {

View File

@ -0,0 +1,3 @@
{
"name": "PN512-nfc"
}