Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: bxparks/AceWire

v0.4.1 - refactor README to emphase SimpleWire*Interface implementations as the main value proposition

28 Jan 23:55
b00cc40

Choose a tag to compare

  • 0.4.1 (2022-01-28)
    • Refactor README.md so that the compelling reason for using AceWire are
      the SimpleWireInterface and SimpleWireFastInterface.
      • Downgrade various XxxInterface wrapper classes for other I2C
        libraries as side benefits.

v0.4.0 - large refactor of README.md; add custom WireInterface classes for each third party library

27 Jan 18:53
01854dc

Choose a tag to compare

  • 0.4.0 (2022-01-26)
    • Write custom wrapper classes for various third party I2C libraries.
      • src/ace_wire/FeliasFoggWireInterface.h
      • src/ace_wire/SeeedWireInterface.h
      • src/ace_wire/TestatoWireInterface.h
      • src/ace_wire/MarpleWireInterface.h
      • src/ace_wire/ThexenoWireInterface.h
      • src/ace_wire/RaemondWireInterface.h
      • src/ace_wire/TodbotWireInterface.h
    • Update various tool chains
      • Arduino IDE from 1.8.13 to 1.8.19
      • Arduino AVR from 1.8.3 to 1.8.4
      • STM32duino from 2.0.0 to 2.2.0
      • ESP32 from 1.0.6 to 2.0.2
      • Teensyduino from 1.55 to 1.56
    • Downgrade SAMD21 to "Tier 3: May work, but not supported".
    • Major rewrite of README.md.
      • Better organization.
      • More usage info on each XxxWireInterface class.
      • Better documentation of error handling.

v0.3.2 - update documentation

17 Aug 21:34
a426c73

Choose a tag to compare

  • 0.3.2 (2021-08-17)
    • Minor documentation updates.

v0.3.1 - clarify distinction between T_WIRE and T_WIREI

10 Aug 21:03
2d76579

Choose a tag to compare

  • 0.3.1 (2021-08-10)
    • Update documentation of T_WIRE versus T_WIREI.
    • No functional change in this release.

v0.3 - remove endRequest(), support better error handling, support repeated START, add benchmarks

31 Jul 01:02
b39a340

Choose a tag to compare

v0.2 - ability to read from I2C devices

19 Jul 21:59
c722b81

Choose a tag to compare

  • 0.2 (2021-07-19)
    • Add ability to read from I2C device using requestFrom(), read(), and endRequest()`.
    • Finish most of the Usage Guide in README.md

v0.1 - first release as separate library

25 Jun 20:47
f741e7f

Choose a tag to compare

  • 0.1 (2021-06-25)
    • First GitHub release.
  • 2021-06-24