I had a small project in Arduino that used the INA219 and I thought I'd port it over to Espruino so I can more easily to prototype development.
I found that while there is a module for the INA226 there isn't for the INA219 so I thought I'd take a stab at making a module for it: https://github.com/espruino/EspruinoDocs/pull/562
It's my first time contributing an actual module to Espruino, so feedback would be greatly appreciated :)
Also big thanks to Ákos Lukács who apparently made the INA226 from which I took major inspiration from :)
@parasquid started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I had a small project in Arduino that used the INA219 and I thought I'd port it over to Espruino so I can more easily to prototype development.
I found that while there is a module for the INA226 there isn't for the INA219 so I thought I'd take a stab at making a module for it: https://github.com/espruino/EspruinoDocs/pull/562
It's my first time contributing an actual module to Espruino, so feedback would be greatly appreciated :)
Also big thanks to Ákos Lukács who apparently made the INA226 from which I took major inspiration from :)