Adafruit_PN532::Adafruit_PN532(uint8_t irq, uint8_t reset, TwoWire *theWire)
: _irq(irq), _reset(reset) {
pinMode(_irq, INPUT);
pinMode(_reset, OUTPUT);
i2c_dev = new Adafruit_I2CDevice(PN532_I2C_ADDRESS, theWire);
}
no need to, its declared in the constructor
yo, btw i changed the delay(10) to delay(1) it now works fine
FUCK i love electronics