Craig Thayer

Results 3 comments of Craig Thayer

I submitted a PR for this error (it's missing a callback when calling `write` on the `i2c` wire) https://github.com/techniq/node-pn532/pull/16 I don't have the I2C version of pn532 working yet, but...

I'm looking at the i2c branch. I'll give that go and see what I make work. This is my first foray into i2c, but I need it for my project,...

I'm having the same issue with a react project using `vite` v6.3.5 and `vite-plugin-node-pollyfills` v0.23.0 ``` TypeError: Cannot read properties of undefined (reading 'Buffer') ``` Using older versions of `vite-plugin-node-pollyfills`...