Merge branch 'master' of github.com:rpi-distro/python-gpiozero

This commit is contained in:
Ben Nuttall
2015-11-28 02:58:46 +00:00

View File

@@ -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