-
• #2
Seems like v197 will work with PN532. But not in v198. Only change what I found is here:
https://github.com/espruino/Espruino/commit/3739ee577d3bc11064b63db61942ac9910da0e3a@Gordon can you figure out why PN532 does not work in newer versions?
-
• #3
Can you try :
I2C1.setup({scl:22, sda:21, bitrate:50000});
?And which board is this on? It looks suspiciously like an ESP8266/32?
Hello guys
I've set my module to use I2C and using following example:
And I got I2C errors:
Any ideas why basic example does not work? Using ESP32 module.