mirror of https://github.com/ARMmbed/mbed-os.git
nfc: turn PN512 driver into a standalone driver library
parent
4b0cede96e
commit
bed5fd33e8
|
|
@ -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 {
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"name": "PN512-nfc"
|
||||
}
|
||||
Loading…
Reference in New Issue