Skip to content

Commit bed5fd3

Browse files
committed
nfc: turn PN512 driver into a standalone driver library
1 parent 4b0cede commit bed5fd3

28 files changed

+4
-1
lines changed

connectivity/nfc/controllers/PN512Driver.h renamed to connectivity/drivers/nfc/PN512/include/PN512Driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "nfc/acore/acore/ac_buffer.h"
2626
#include "nfc/acore/acore/ac_buffer_reader.h"
2727
#include "nfc/acore/acore/ac_buffer_builder.h"
28-
#include "nfc/stack/transceiver/pn512/pn512.h"
28+
#include "transceiver/pn512.h"
2929

3030
namespace mbed {
3131
namespace nfc {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "PN512-nfc"
3+
}

0 commit comments

Comments
 (0)