Skip to content

Releases: RobTillaart/AD520X

0.5.1 release

23 May 18:04
085c58e
Compare
Choose a tag to compare
  • add support for ARDUINO_ARCH_MBED

0.5.0 release

19 Jan 12:41
6c3cf1b
Compare
Choose a tag to compare

improve SPI dependency

0.4.0 release

26 Nov 16:05
0a7e4a6
Compare
Choose a tag to compare
Fix #21 redo constructors (#22)

- refactor constructor interface - breaking changes.
  - minimize conditional code. -- create SPI_CLASS macro to solve it.
- update readme.md
- update examples

0.3.2 release

15 Oct 11:50
Compare
Choose a tag to compare
fix badges

0.3.1 release

10 Jan 19:36
c2f7b3a
Compare
Choose a tag to compare
add setGroupValue (#19)

* update license to 2023
* update GitHub actions
* add setGroupValue()

0.3.0 release

15 Oct 17:44
c393797
Compare
Choose a tag to compare
0.3.0 version (#16)

* 0.3.0 version

0.2.2 release

19 Sep 08:23
b6ac49e
Compare
Choose a tag to compare
add dual channel functions (#12)

* add dual channel (stereo) functions
* update readme
* (minor) update performance

0.2.1 release

10 Dec 13:10
b7f07e3
Compare
Choose a tag to compare
update (#9)

* update library.json, licence
* define AD520X_MIDDLE_VALUE 128
* default value for setAll()

0.2.0 release

16 Oct 18:57
f52709c
Compare
Choose a tag to compare
add getPercentage and setPercentage (#8)

* add get- and setPercentage() + update build-CI

0.1.2 release

20 Aug 11:44
8b6e9e0
Compare
Choose a tag to compare

Add VSPI/HSPI support ESP32