nRF5 SDK v12.1.0
Data Fields
adafruit_pn532 Struct Reference

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.
 

Detailed Description

Information about the communication between the host and the Adafruit PN532 Shield.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated