Commit Graph

652 Commits

Author SHA1 Message Date
Dave Jones
b7aa7e8506 Fix up pinout tests so they work with new structure 2017-06-13 16:23:27 +01:00
Dave Jones
d6475f64d8 Added pinout.xyz link, per Ben's suggestion 2017-06-13 16:17:24 +01:00
Dave Jones
4725c6b68c Tidy up pinout a little:
Ensure all error messages are printed on stderr instead of stdout; make
sure all errors formatted the same and that argparse's default exit
codes are followed
2017-06-13 16:15:15 +01:00
Dave Jones
97ffabe764 Fix up missing board stuff
Also ensure the Zero W gets represented properly on board output and
tidy up some spacing
2017-06-13 16:02:07 +01:00
Dave Jones
900affbf7f Merge remote-tracking branch 'upstream/1.3.2-updates'
Conflicts:
	docs/changelog.rst
	gpiozero/pins/data.py
2017-06-13 15:48:02 +01:00
Dave Jones
32d6db4dfe Merge pull request #504 from RPi-Distro/pinout-cli-tool
Add pinout cli tool, close #444, close #497
2017-06-13 13:22:52 +01:00
Ben Nuttall
1951b0f234 Add changelog entry for 1.3.2 release 2017-03-13 13:20:37 +00:00
Ben Nuttall
7d8de63f6d Correct classname in docstring PingDevice -> PingServer 2017-03-06 16:40:16 +00:00
Ben Nuttall
ee0e4e2f33 Merge 2017-03-06 10:35:22 +00:00
Ben Nuttall
2e7543d315 Release v1.3.2 v1.3.2 2017-03-03 13:18:36 +00:00
Ben Nuttall
f5f827c0ec Add missing quote 2017-03-03 13:11:49 +00:00
Andrew Scheller
5b91e55e96 Add details for Chinese Pi Zero (on top of v1.3.1.post1) 2017-03-03 12:55:18 +00:00
Andrew Scheller
82050d3d5a Add details for 512MB Pi A+ (on top of v1.3.1.post1) 2017-03-03 12:55:07 +00:00
Andrew Scheller
71fed0e851 Add BCM2837-based Pi2B details (on top of v1.3.1.post1) 2017-03-03 12:54:53 +00:00
Andrew Scheller
8c7bd5f51f Add Pi Zero W details (on top of v1.3.1.post1) 2017-03-03 12:54:42 +00:00
Andrew Scheller
dc0c119cbb Add Sony Japan manufactured Pi 3B details (on top of v1.3.1.post1) 2017-03-03 12:54:29 +00:00
Andrew Scheller
4e2798dcd0 Add Compute Module 3 details (on top of v1.3.1.post1) 2017-03-03 12:54:14 +00:00
Ben Nuttall
ad7bf4c66a Merge tag 'v1.3.1.post1'
Release v1.3.1.post1
2017-02-08 14:04:08 +00:00
Ben Nuttall
218ca4b527 Include licence in sdist. v1.3.1.post1 2017-02-08 13:54:41 +00:00
Ben Nuttall
ed12ac1994 Add bee-bot / turtle robot example, close #443 2017-01-08 15:58:50 +00:00
Ben Nuttall
c586fe07f5 Update music box recipe 2017-01-08 11:36:43 +00:00
Ben Nuttall
06e534b537 Update source-tool-value-processor image 2017-01-04 16:35:45 +00:00
Ben Nuttall
30fae16f4f Merge pull request #484 from RPi-Distro/sourcevalues-docs
Add source/values docs page, close #448
2017-01-04 16:11:56 +00:00
Andrew Scheller
fc54667f34 More small tidyups
- switch to using sys.exit instead of exit
 - always exit with error-code 1
 - don't bother testing error-codes
 - documentation wording tweak
2016-12-18 03:33:50 +00:00
Ben Nuttall
6fd4ac4cdb Remove Schelto duplicate 2016-12-08 17:39:28 +00:00
Ben Nuttall
ea4ed9ad8c Update contributing guidelines 2016-12-08 17:26:09 +00:00
Ben Nuttall
5a1ee73164 Tidy up readme, update description and add contributors 2016-12-08 17:25:56 +00:00
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