Skip to content

Releases: kgrozdanovski/veml7700-esp-idf

v2.1

31 Jul 17:03
Compare
Choose a tag to compare

This version includes a high-impact bugfix but does not introduce any breaking changes.

  • Fix automatic resolution optimization function.

v2.0

08 Apr 20:59
Compare
Choose a tag to compare

The changes introduced in this version are breaking and therefore warrant the introduction of a new major release.

  • The user can now specify which I2C interface they wish to use;
  • The project has been reworked to make use of a device handle;
  • The header file has been simplified and internal variables and functions have been moved to the C source file;
  • A handle release function has been implemented to enable resource cleanup when finished using.