-
Notifications
You must be signed in to change notification settings - Fork 41
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
19 additions
and
4 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 = 'pantilthat', | ||
version = '0.0.3', | ||
version = '0.0.4', | ||
author = 'Philip Howard', | ||
author_email = '[email protected]', | ||
description = """Python library for driving Pimoroni PanTiltHAT!""", | ||
|
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,8 +1,8 @@ | ||
pantilthat (0.0.4) stable; urgency=low | ||
|
||
* New: get_pan and get_tilt methods to read back servo position from the driver | ||
* New: get_pan and get_tilt methods to read back servo position | ||
* Bugfix: Brightness does not set value unless light_mode == PWM | ||
* Bugfix: Idle timeout Timer() instances daemonized to prevent blocking on exit | ||
* Bugfix: Idle timeout Timer() daemonized to prevent blocking on exit | ||
|
||
-- Phil Howard <[email protected]> Wed, 3 May 2017 00:00:00 +0000 | ||
|
||
|
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 @@ | ||
pantilthat (0.0.4) stable; urgency=low | ||
|
||
* New: get_pan and get_tilt methods to read back servo position | ||
* Bugfix: Brightness does not set value unless light_mode == PWM | ||
* Bugfix: Idle timeout Timer() daemonized to prevent blocking on exit | ||
|
||
-- Phil Howard <[email protected]> Wed, 3 May 2017 00:00:00 +0000 | ||
|
||
pantilthat (0.0.3) stable; urgency=low | ||
|
||
* Added idle_timeout functionality to prevent idle servo jitter | ||
|