Skip to content

Releases: elixir-circuits/circuits_i2c

v0.3.5

05 Nov 17:16
Compare
Choose a tag to compare
  • Bug fixes
    • Reduce the number of I2C addresses scanned for detection to avoid confusing
      some devices.

v0.3.4

23 May 15:01
Compare
Choose a tag to compare
  • Bug fixes
    • Improve error message when bus doesn't exist

v0.3.3

01 Apr 12:04
Compare
Choose a tag to compare
  • Bug fixes
    • Fix binary handling in NIF. This fixes segfaults and other errors when run
      on Raspbian.

v0.3.2

14 Feb 16:54
Compare
Choose a tag to compare
  • Bug fixes
    • Fix file handle leak when I2C bus references were garbage collected.

v0.3.1

06 Feb 13:51
Compare
Choose a tag to compare
  • Bug fixes
    • Build C source under the _build directory so that changing targets
      properly rebuilds the C code as well as the Elixir code.

v0.3.0

08 Dec 21:26
Compare
Choose a tag to compare

Print detected devices instead of an error.

v0.2.0

24 Nov 13:04
Compare
Choose a tag to compare

Minor text updates.

Remove i2c_ from i2c_address and i2c_bus.

v0.1.0

07 Nov 14:26
Compare
Choose a tag to compare

Initial release to hex.