GY-63_MS5611/libraries/PCA9634/CHANGELOG.md
2023-12-11 13:54:15 +01:00

2.1 KiB

Change Log PCA9634

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.0] - 2023-12-11

  • refactor API, begin()
  • update readme.md
  • add uint8_t getAddress()
  • minor edits

[0.2.9] - 2023-09-24

  • add Wire1 support for ESP32
  • update readme.md

[0.2.8] - 2023-05-24

  • renaming #defines PCA963X... to prepare merge with PCA9634.
    • old defines will work until next major release
  • update keywords.txt
  • update readme.md

[0.2.7] - 2023-05-01

  • add writeLedOut(reg, mask) experimental
  • add readLedOut(reg) experimental
  • add setLedDriverMode(mode) experimental
  • add example PCA9634_shift_rotate.ino
  • start renaming #defines PCA963X... to prepare merge with PCA9634.
    • old defines will work until next major release
  • add writeN_noStop and writeStop (from PCA9634)
  • move code from .h to .cpp
  • reorder + refactor code
  • update readme.md
  • minor edits

[0.2.6] - 2023-03-07

  • add OutputEnable control functions.
  • add example PCA9634_OE_control.ino
  • update unit test.
  • configure() now returns error state
  • moved code from .h to .cpp
  • update readme.md
  • minor edits

[0.2.5] - 2023-01-19

  • fix #22 update readme.md
  • update GitHub actions
  • update license
  • minor edits (comments)

[0.2.4] - 2022-11-19

  • add RP2040 in build-CI
  • add changelog.md

[0.2.3] - 2022-09-11

  • update documentation
  • fix begin() for ESP32 ambiguity - See PCA9635 #17

[0.2.2] - 2022-09-02

  • add static I2C_SoftwareReset()

[0.2.1] - 2022-05-30

  • add mode parameters to begin()

[0.2.0] - 2022-05-29

  • breaking changes
  • rename reset() to configure()
  • add mode1 and mode2 parameter to configure.
  • add SUB CALL and ALL CALL functions.
  • update documentation.
  • renamed PCA9634_MODE2_STOP to PCA9634_MODE2_ACK

[0.1.2] - 2022-04-13

  • issue #7 add constants and functions for mode registers.

[0.1.1] - 2022-01-04

  • minor fixes

[0.1.0] - 2022-01-03

  • initial version -- based upon 0.3.2 PCA9635