fivdi / i2c-bus

I2C serial bus access with Node.js
MIT License
348 stars 57 forks source link

Made i2c-bus context-aware #109

Open shenzhuxi opened 2 years ago

shenzhuxi commented 2 years ago

Made i2c-bus context-aware with Node 10 and later releases https://nodejs.github.io/node-addon-examples/special-topics/context-awareness/.

This also make i2c-bus work in Electron renderer process (tested in preload.js Raspberry Pi OS 11 Bullseye).