This website requires JavaScript.
Explore
Help
Sign In
KevinMidboe
/
python-gpiozero
Watch
1
Star
0
Fork
0
You've already forked python-gpiozero
mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced
2026-07-24 02:22:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ffc07950e1b9db910e9698fd24d22c848c746297
python-gpiozero
/
gpiozero
T
History
Ben Nuttall
8b006e9fb7
Merge pull request
#339
from lurch/extra_init_params
...
Add extra init-method params
2016-05-28 12:39:25 +01:00
..
pins
Fix
#278
2016-04-16 00:30:22 +01:00
__init__.py
Add LedBorg as a subclass of RGBLED
2016-05-26 20:27:16 +01:00
boards.py
Merge pull request
#339
from lurch/extra_init_params
2016-05-28 12:39:25 +01:00
compat.py
More work on the tests...
2016-04-05 13:22:40 +01:00
devices.py
Always make PWMOutputDevice operate on floats.
2016-05-11 16:23:39 +01:00
exc.py
Last minute changes for 1.2
2016-04-10 20:09:12 +01:00
input_devices.py
DistanceSensor: make the max_distance setter more like __init__
2016-05-26 20:14:51 +01:00
mixins.py
Replace Event.wait(0) with Event.is_set()
2016-05-10 15:03:28 +01:00
other_devices.py
Doc reorganization
2016-04-10 16:47:16 +01:00
output_devices.py
Doc fix: initial_value for PWMOutputDevice and PWMLED are float (not bool)
2016-05-27 23:27:58 +01:00
spi_devices.py
Remove redundant line of code
2016-05-24 10:25:47 +01:00
spi.py
Typo in SPISoftwareBus._shared_key
2016-05-02 19:53:33 +01:00
threads.py
fix various bugs found by the 'prospector' static-analysis tool
2016-04-07 17:58:51 +01:00
tools.py
New source tools: booleanized, pre_periodic_filtered & post_periodic_filtered
2016-04-25 10:41:27 +01:00