Skip to content

Commit

Permalink
Prep for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 21, 2020
1 parent 5c8796b commit 99151b8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
@@ -1,3 +1,8 @@
0.0.4
-----

* Prepare Fan SHIM to use legacy Plasma API

0.0.3
-----

Expand Down
10 changes: 10 additions & 0 deletions library/README.md
Expand Up @@ -132,6 +132,16 @@ You can start it again with:
fanshim.start_polling()
```

# Alternate Software

* Fan SHIM in C, using WiringPi - https://github.com/flobernd/raspi-fanshim
* Fan SHIM in C++, using libgpiod - https://github.com/daviehh/fanshim-cpp


0.0.4
-----

* Prepare Fan SHIM to use legacy Plasma API

0.0.3
-----
Expand Down
2 changes: 1 addition & 1 deletion library/fanshim/__init__.py
Expand Up @@ -7,7 +7,7 @@
import atexit
from threading import Thread

__version__ = '0.0.3'
__version__ = '0.0.4'


class FanShim():
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = fanshim
version = 0.0.3
version = 0.0.4
author = Philip Howard
author_email = phil@pimoroni.com
description = Python library for the Pimoroni Fan Shim for Raspberry Pi
Expand Down

0 comments on commit 99151b8

Please sign in to comment.