Ben Nuttall
117e4f5972
Use from to import rather than rename
2016-12-06 13:39:16 +00:00
Ben Nuttall
a1b3847cab
Grammar
2016-12-06 13:36:59 +00:00
Ben Nuttall
02938b48ec
Tidy up pinout tool PR
2016-12-05 21:03:06 +00:00
Ben Nuttall
6e6c80a9fa
Merge branch 'master' of https://github.com/stewartadcock/python-gpiozero into stewartadcock-master
2016-12-05 20:56:25 +00:00
Ben Nuttall
7006366243
Update sourcevalues docs as suggested in lurch's review
2016-12-02 00:02:24 +00:00
Stewart
48d7924395
Fix import in tests
2016-11-07 22:46:46 +00:00
Stewart
a812bfedeb
Fix minor typo
2016-11-07 22:34:41 +00:00
Stewart
5f47bcd379
Add terse documentation for pinout tool
2016-11-07 22:34:21 +00:00
Stewart
726e861238
Add pinout command-line tool
2016-11-07 22:09:59 +00:00
Andrew Scheller
cbdd9b6c5b
Correct documention of LEDBarGraph's init-params
2016-10-18 10:56:10 +01:00
Andrew Scheller
0c03429122
Merge pull request #487 from SteveAmor/typo
...
Correct small typo
2016-10-17 22:18:09 +01:00
SteveAmor
9299438147
Correct small typo
2016-10-17 20:38:45 +00:00
Ben Nuttall
b0b0e379a6
Add source/values docs page, close #448
2016-10-09 21:19:27 +01:00
Dave Jones
cc85135592
Merge pull request #462 from RPi-Distro/2837-pi2b
...
Add release date for new BCM2837-based Pi 2B
2016-09-23 00:22:52 +01:00
Andrew Scheller
f3ccaf891c
Update for rev 1.0 2B
2016-09-22 23:19:20 +01:00
Ben Nuttall
69aaa627fc
Correct B+/2B release date change
2016-09-22 16:41:39 +01:00
Ben Nuttall
2046af7454
Add release date for new BCM2837-based Pi 2B
...
I think this is all that's needed to make pi_info accurate
2016-09-22 15:25:27 +01:00
Dave Jones
9cbcd079e6
Merge pull request #460 from lurch/alternating_values
...
Add a new alternating_values SourceTool
2016-09-21 19:10:54 +01:00
Andrew Scheller
9fbed050ce
Add a new alternating_values SourceTool
2016-09-21 16:16:42 +01:00
Thijs Triemstra
0c9e4a9575
Use Python syntax highlighting ( #453 )
...
* Use Python syntax highlighting
* Use code directive instead
* use python syntax highlighting in the docs
* update Programming Language classifers for supported Python versions
* use %s instead
2016-09-21 09:56:15 +01:00
Dave Jones
855377a664
Merge pull request #454 from RPi-Distro/lurch-patch-1
...
Remove mailto: from the front of email address
2016-09-21 09:48:10 +01:00
Dave Jones
387a73cab3
Merge pull request #458 from lurch/refactor_fill
...
Refactor GPIOQueue.fill()
2016-09-21 09:47:33 +01:00
Andrew Scheller
ac37ec26bc
Refactor GPIOQueue.fill()
...
squash the two while loops down into one
2016-09-21 00:09:41 +01:00
Dave Jones
f607a27c79
Merge pull request #455 from waveform80/partial-handlers
...
Fix #436
2016-09-20 12:07:26 +01:00
Dave Jones
9046ea3033
Fix #436
...
Permit partial, partialmethod, and wraps to be used with event handlers
2016-09-20 11:16:04 +01:00
Andrew Scheller
67aa48fea9
Remove mailto: from the front of email address
...
It gets converted into a mailto link automatically
2016-09-20 01:01:38 +01:00
Andrew Scheller
8d173d0df7
Change a couple of README links to https
2016-09-20 00:46:25 +01:00
Ben Nuttall
a79f8ccc16
Merge pull request #446 from lurch/traffic_lights_tweak
...
Add extra TrafficLight tests, and remove the redundant setattr function
2016-09-19 14:13:51 +01:00
Ben Nuttall
bda5bcab76
Merge pull request #433 from RPi-Distro/lurch-patch-1
...
Default to 'full' content in __format__
2016-09-19 14:11:20 +01:00
Ben Nuttall
173a6ce2f7
Merge pull request #440 from lurch/update_servo_docs
...
Add Servo to Composed Devices image
2016-09-19 14:11:09 +01:00
Ben Nuttall
12932c67d8
Merge pull request #441 from lurch/add_pistop_board
...
Add support for the Pi-Stop Traffic-light board
2016-09-19 14:10:50 +01:00
Ben Nuttall
0d7ea5a39b
Merge pull request #447 from RPi-Distro/lurch-patch-2
...
Actually report the class name for closed CompositeDevices
2016-09-19 13:50:12 +01:00
Andrew Scheller
73bfa31603
Actually report the class name for closed CompositeDevices
2016-09-19 12:21:54 +01:00
Andrew Scheller
1b3e6a429b
Add extra TrafficLight tests, and remove the redundant setattr function
...
- `CompositeDevice`s can't have any of their attributes set anyway
2016-09-19 12:00:38 +01:00
Andrew Scheller
eaa6016ded
Typo
2016-09-19 11:00:28 +01:00
Andrew Scheller
c35741c793
Add support for the Pi-Stop Traffic-light board
2016-09-19 01:11:29 +01:00
Andrew Scheller
ae24304f8f
Add Servo to Composed Devices image
2016-09-18 16:19:19 +01:00
Andrew Scheller
4e66c0fcd3
Default to 'full' content in __format__
...
...when no explicit content argument is given
2016-09-13 23:50:19 +01:00
Dave Jones
322ec1316a
Merge pull request #431 from waveform80/pinout
...
Fix #354
2016-09-13 18:48:11 +01:00
Dave Jones
27c0703043
Fix #354
...
Actually, "fix" doesn't really do this justice. This is closer to "nukes
from orbit" ...
2016-09-13 17:37:17 +01:00
Andrew Scheller
e22b038bfd
Add missing init-params to Input Devices documentation
2016-09-11 14:35:37 +01:00
Dave Jones
2ebecc3ef3
Merge pull request #430 from waveform80/spi-tests
...
Fix #421
2016-09-08 22:29:35 +01:00
Dave Jones
737a739cd6
Fix #421
...
Added SPI tests, simplified the shared SPI software bus implementation,
and fixed several protocol errors in our MCP3xxx classes (the x2 and x1
protocols were wrong)
2016-09-08 22:24:06 +01:00
Dave Jones
b6fb8bf748
Merge pull request #281 from lurch/adc_tweaks
...
Tweak the ADC classes to make the docs neater and more accurate
2016-09-08 15:48:08 +01:00
Dave Jones
fb3c4f0bd6
Updated changelog for release 1.3.1
v1.3.1
2016-08-31 23:45:22 +01:00
Dave Jones
0eb8cd2190
Bump version for bugfix release
2016-08-31 23:30:53 +01:00
Ben Nuttall
89062ed4c2
Add quotes to dict keys
...
This is a bug introduced in v1.3.0. Currently, hardware SPI is not possible because the NameError is caught on 418 and incorrectly dealt with. The plan is to do a point release v1.3.1 to address this.
2016-08-31 15:04:07 +01:00
Ben Nuttall
f55a8f1cc8
Don't use with statements in examples
...
Also tidy up line spacing
2016-08-31 14:32:36 +01:00
Ben Nuttall
d74f22181e
Use python 3 print function in examples
2016-08-31 14:23:15 +01:00
Andrew Scheller
588cecb03f
typo
2016-08-31 11:01:06 +01:00