Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rpi-distro/python-gpiozero
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Nov 28, 2015
2 parents 81a782b + dbb95b5 commit 942859b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ from gpiozero import MCP3008

while True:
with MCP3008(channel=0) as pot:
print(pot.read())
print(pot.value)
```

## Full Colour LED controlled by 3 Potentiometers
Expand Down

0 comments on commit 942859b

Please sign in to comment.