First stab at #451

This is almost a straight copy'n'paste of picamera's development chapter
with a few minor changes to make it read sensibly for GPIO Zero; it
needs plenty more work to fulfil the goals of #451 but hopefully this'll
act as a reasonable base for people to work on.
This commit is contained in:
Dave Jones
2017-06-21 16:12:25 +01:00
parent a0e7b63b8f
commit 412ca72066
3 changed files with 133 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ Table of Contents
recipes
notes
contributing
api_input
api_output
api_spi
@@ -20,6 +19,8 @@ Table of Contents
api_exc
cli_tools
source_values
contributing
development
changelog
license