Skip to content

Releases: RobTillaart/PCA9685_RT

0.7.1 release

05 Jan 16:09
7262c40
Compare
Choose a tag to compare
minor edits examples (#27)

- minor edits examples
- fix version nr in .cpp

0.7.0 release

21 Dec 19:23
e83e849
Compare
Choose a tag to compare
fix #25, rename digitalWrite() to write1() (#26)

- fix #25, support for Arduino ESP32 S3 - breaking change
- update examples

0.6.0 release

11 Dec 12:51
5af4cf8
Compare
Choose a tag to compare
refactor API, begin() (#24)

- refactor API, begin()
- add **uint8_t getAddress()**
- update readme.md
- update examples

0.5.1 release

24 Sep 13:53
163b401
Compare
Choose a tag to compare
Add Wire1 support for ESP32 (#23)

- add Wire1 support for ESP32
- update readme.md
- minor edits

0.5.0 release

17 Jul 08:48
44f0ece
Compare
Choose a tag to compare
fix #21, remove PCA9685_MODE2_BLINK (#22)

0.4.2 release

14 Mar 16:36
8398c23
Compare
Choose a tag to compare
add output enable functions (#19)

- add OutputEnable control functions.
- add example **PCA9685_OE_control.ino**
- update unit test.
- **configure()** now returns error state
- add I2C_SoftwareReset()
- moved code from .h to .cpp
- update readme.md
- update GitHub actions
- update license 2023
- minor edits

0.4.1 release

19 Nov 15:55
234e73e
Compare
Choose a tag to compare
add changelog.md (#17)

0.4.0 release

10 Jun 10:49
ea821d5
Compare
Choose a tag to compare
add SUB ALL + ALL CALL functions (#16)

breaking changes (sync with PCA9634 / 35)
* add SUBADDR + CALL_ALL functions
* rename reset() to configure()
* add mode1 and mode2 parameter to configure() en begin().
* update documentation.
* renamed PCA9685_MODE2_STOP to PCA9685_MODE2_ACK
* minor edits

0.3.4 release

06 Jan 19:21
b8cd667
Compare
Choose a tag to compare
add channelCount (#13)

* add channelCount, documentation, update examples

0.3.3 release

23 Dec 10:16
bb58e85
Compare
Choose a tag to compare
update library.json, license, readme, minor edits (#12)