-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed try/except and reverted clear on exit
- Loading branch information
Showing
5 changed files
with
26 additions
and
11 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 = 'blinkt', | ||
version = '0.0.9', | ||
version = '0.1.0', | ||
author = 'Philip Howard', | ||
author_email = '[email protected]', | ||
description = """Python library for driving Pimoroni Blinkt!""", | ||
|
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,10 @@ | ||
blinkt (0.1.0) UNRELEASED; urgency=low | ||
|
||
* Removed try/except from RPi.GPIO import, output was misleading at best | ||
* Reverted default behaviour of clear on exit | ||
|
||
-- Phil Howard <[email protected]> Wed, 06 Sep 2016 00:00:00 +0000 | ||
|
||
blinkt (0.0.9) UNRELEASED; urgency=low | ||
|
||
* Added set_all method to set all pixels | ||
|
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,10 @@ | ||
blinkt (0.1.0) UNRELEASED; urgency=low | ||
|
||
* Removed try/except from RPi.GPIO import, output was misleading at best | ||
* Reverted default behaviour of clear on exit | ||
|
||
-- Phil Howard <[email protected]> Wed, 06 Sep 2016 00:00:00 +0000 | ||
|
||
blinkt (0.0.9) UNRELEASED; urgency=low | ||
|
||
* Added set_all method to set all pixels | ||
|