Skip to content

Commit 86fc38a

Browse files
committed
Tag version 2.0
1 parent e465eb3 commit 86fc38a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
libwidgetlords (2.0.0) unstable; urgency=medium
2+
3+
* Drop dependency on wiringpi in favor of using the character-device GPIO API.
4+
* Update PI-SPI overlay to support additional and reconfigurable slave select pins.
5+
* Breaking change to PI-SPI-DIN-4AO C API to support addressing.
6+
* Add support for the additional slave select options of the PI-SPI-8AI+.
7+
* Add support for the PI-SPI-DIN-4FREQ.
8+
* Include a Python program for changing the address on PI-SPI-DIN-4AO modules
9+
10+
-- Kelsey Maes <kelsey@vpprocess.com> Mon, 9 Sep 2019 08:57:00 -0700
11+
112
libwidgetlords (1.0.2) unstable; urgency=medium
213

314
* Update to 1.0.2

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ if get_option('python')
6262

6363
install_data('python/widgetlords/__init__.py',
6464
'python/widgetlords/pi_spi.py',
65-
'python/widgetlords/pi_spi_din.py',
65+
'python/widgetlords/pi_spi_din.py',
66+
'python/pi_spi_din_4ao_prog.py',
6667
install_dir: join_paths(python_dir, 'widgetlords'))
6768
endif
6869

0 commit comments

Comments
 (0)