Robotto / ESPnfc

NodeMCU module (ESP8266) using a PN532 NFC chip to read tags and do a thing with UDP
40 stars 12 forks source link

'PN532' does not name a type #1

Closed xwareinnovations closed 5 years ago

xwareinnovations commented 5 years ago

Arduino 1.8.7 throwing the error 'PN532' does not name a type on this line PN532 nfc(pn532spi);

Robotto commented 5 years ago

Did you install the PN532 libraries from https://github.com/Seeed-Studio/PN532 ?

include

include

Robotto commented 5 years ago

I'll await a reply for another week, and then close.

xwareinnovations commented 5 years ago

I think that error finally went away

Robotto commented 5 years ago

Good job.