This commit is contained in:
Ben Nuttall
2015-09-29 21:54:59 +01:00
parent 8fc8e3444e
commit b515d070af

View File

@@ -129,7 +129,7 @@ while True:
Capture a picture with the camera module every time a button is pressed: Capture a picture with the camera module every time a button is pressed:
```python ```python
from gpiozero import button from gpiozero import Button
from picamera import PiCamera from picamera import PiCamera
button = Button(17) button = Button(17)