Skip to content

Releases: wollewald/INA219_WE

Connection check added

23 Aug 14:16
b9f6277
Compare
Choose a tag to compare

Init() returns now a bool, which is true if the I2C connection works.

The examples have been modified accordingly.

keywords.txt added and fixed example sketch issue

08 Aug 15:36
a10440b
Compare
Choose a tag to compare
  • keywords.txt added
  • in last update a wrong continuous example sketch was added

Misspelling of "continuous"

30 Jul 14:37
deee675
Compare
Choose a tag to compare

Corrected continous to continuous. You might need to change your code accordingly.

Changed folder structure

13 Jun 09:51
f9291a3
Compare
Choose a tag to compare

In order to enable the Arduino IDE to find the example sketches I had to put them into separate folders.

setCorrection function added

11 Jun 22:16
ada49bc
Compare
Choose a tag to compare

With the setCorrection function the calibration value can be adjusted. This can be necessary if the current values differ from ones you obtain with calibrated equipment.

Initial Release

05 Jun 10:31
57a50ff
Compare
Choose a tag to compare

The first release. It has been extensively tested.