File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
112libwidgetlords (1.0.2) unstable; urgency=medium
213
314 * Update to 1.0.2
Original file line number Diff line number Diff 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' ))
6768endif
6869
You can’t perform that action at this time.
0 commit comments