This commit is contained in:
Andrew Scheller
2015-11-19 02:04:15 +00:00
parent 34822198d0
commit ccd880424b

View File

@@ -46,7 +46,7 @@ All components must be wired up correctly before using with this library.
The following program looks like it should turn an LED on:
```python
from gpiozero import led
from gpiozero import LED
led = LED(2)
led.on()