We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3482219 commit ccd8804Copy full SHA for ccd8804
docs/notes.md
@@ -46,7 +46,7 @@ All components must be wired up correctly before using with this library.
46
The following program looks like it should turn an LED on:
47
48
```python
49
-from gpiozero import led
+from gpiozero import LED
50
51
led = LED(2)
52
led.on()
0 commit comments