Skip to content

Releases: RobTillaart/PCA9685_RT

0.3.2 release

14 Jan 17:22
29b5afc
Compare
Choose a tag to compare
WireN + error handling improved (#9)

0.3.1 release

05 Jan 14:20
b3f8b49
Compare
Choose a tag to compare
Arduino ci (#7)

* add Arduino-CI
* add minimal unit test

0.3.0 release

22 Nov 16:03
c5c6f1b
Compare
Choose a tag to compare
  • fix #4 digitalWrite()
  • fix #5 setFrequency() - include an offset to tune frequency
  • add allOFF()
  • add examples
  • update readme.md

0.2.2 release

21 Sep 08:44
09a47d3
Compare
Choose a tag to compare
Merge pull request #3 from RobTillaart/develop

fix #2 + add getFrequency()

fix library.json

19 Jun 16:11
7f95c92
Compare
Choose a tag to compare
Merge pull request #1 from RobTillaart/develop

fix library.json

0.2.0 release

26 May 15:31
Compare
Choose a tag to compare
0.2.0 refactor; ESP begin(sda, scl) support; digitalWrite added;