-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
|
||
setup( | ||
name = 'phatbeat', | ||
version = '0.0.1', | ||
version = '0.0.2', | ||
author = 'Philip Howard', | ||
author_email = '[email protected]', | ||
description = """Python library for driving Pimoroni pHAT BEAT!""", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
phatbeat (0.0.2) stable; urgency=low | ||
|
||
* Bugfix: Corrected (reversed) order of pixels in second bar | ||
* New: Optional threading for button handlers | ||
* New: Added hold() to attach a handler to a button hold event | ||
|
||
-- Phil Howard <[email protected]> Wed, 12 Apr 2017 00:00:00 +0000 | ||
|
||
phatbeat (0.0.1) stable; urgency=low | ||
|
||
* Initial release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
phatbeat (0.0.2) stable; urgency=low | ||
|
||
* Bugfix: Corrected (reversed) order of pixels in second bar | ||
* New: Optional threading for button handlers | ||
* New: Added hold() to attach a handler to a button hold event | ||
|
||
-- Phil Howard <[email protected]> Wed, 12 Apr 2017 00:00:00 +0000 | ||
|
||
phatbeat (0.0.1) stable; urgency=low | ||
|
||
* Initial release | ||
|