#include "projectconfig.h"
#include "pn532.h"
-// #define PN532_BUS_UART
-#define PN532_BUS_I2C
+#define PN532_BUS_UART
+// #define PN532_BUS_I2C
#define PN532_RSTPD_PORT (2)
#define PN532_RSTPD_PIN (2)
#define PN532_BUFFER_LEN (PN532_EXTENDED_FRAME__DATA_MAX_LEN + PN532_EXTENDED_FRAME__OVERHEAD)
#define PN532_UART_BAUDRATE (115200)
+
#define PN532_I2C_ADDRESS (0x48)
#define PN532_I2C_READBIT (0x01)