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+ 0.0.5
2+ -----
3+
4+ * Replace Plasma API with APA102 library
5+ * Add support for setting LED global brightness
6+ * Add support for disabling button and/or LED
7+ * Move packages/requires to setup.config, minimum version now Python 2.7
8+
190.0.4
210-----
311
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Stable library from PyPi:
1313
1414Latest/development library from GitHub:
1515
16+ * ` apt install git python3-pip `
1617* ` git clone https://github.com/pimoroni/fanshim-python `
1718* ` cd fanshim-python `
1819* ` sudo ./install.sh `
@@ -138,6 +139,14 @@ fanshim.start_polling()
138139* Fan SHIM in C++, using libgpiod - https://github.com/daviehh/fanshim-cpp
139140
140141
142+ 0.0.5
143+ -----
144+
145+ * Replace Plasma API with APA102 library
146+ * Add support for setting LED global brightness
147+ * Add support for disabling button and/or LED
148+ * Move packages/requires to setup.config, minimum version now Python 2.7
149+
1411500.0.4
142151-----
143152
Original file line number Diff line number Diff line change 44import atexit
55from threading import Thread
66
7- __version__ = '0.0.4 '
7+ __version__ = '0.0.5 '
88
99
1010class FanShim ():
Original file line number Diff line number Diff line change 11[metadata]
22name = fanshim
3- version = 0.0.4
3+ version = 0.0.5
44author = Philip Howard
55author_email = phil@pimoroni.com
66description = Python library for the Pimoroni Fan Shim for Raspberry Pi
You can’t perform that action at this time.
0 commit comments