![]() |
nRF5 SDK
v12.0.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Information about the communication between the host and the Adafruit PN532 Shield. More...
#include <adafruit_pn532.h>
Data Fields | |
| uint8_t | _ss |
| Slave select signal for SPI. | |
| uint8_t | _clk |
| Clock signal for SPI. | |
| uint8_t | _mosi |
| Master output, slave input signal for SPI. | |
| uint8_t | _miso |
| Master input, slave output signal for SPI. | |
| uint8_t | _irq |
| Interrupt pin for Adafruit. | |
| uint8_t | _reset |
| Reset pin for Adafruit. | |
| uint8_t | _uid [7] |
| ISO14443A UID. | |
| uint8_t | _uidLen |
| UID length. | |
| uint8_t | _key [6] |
| Mifare Classic key. | |
| uint8_t | _inListedTag |
| Tag number of inlisted tag. | |
| bool | _usingSPI |
| True if using SPI, false if using I2C. | |
| bool | _hardwareSPI |
| True if using hardware SPI, false if using software SPI. | |
Information about the communication between the host and the Adafruit PN532 Shield.