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.4
2+ -----
3+
4+ * Prepare Fan SHIM to use legacy Plasma API
5+
160.0.3
27-----
38
Original file line number Diff line number Diff line change @@ -132,6 +132,16 @@ You can start it again with:
132132fanshim.start_polling()
133133```
134134
135+ # Alternate Software
136+
137+ * Fan SHIM in C, using WiringPi - https://github.com/flobernd/raspi-fanshim
138+ * Fan SHIM in C++, using libgpiod - https://github.com/daviehh/fanshim-cpp
139+
140+
141+ 0.0.4
142+ -----
143+
144+ * Prepare Fan SHIM to use legacy Plasma API
135145
1361460.0.3
137147-----
Original file line number Diff line number Diff line change 77import atexit
88from threading import Thread
99
10- __version__ = '0.0.3 '
10+ __version__ = '0.0.4 '
1111
1212
1313class FanShim ():
Original file line number Diff line number Diff line change 11[metadata]
22name = fanshim
3- version = 0.0.3
3+ version = 0.0.4
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