Skip to content

Commit

Permalink
Docs: expanded getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdr committed Oct 14, 2024
1 parent 8e3073b commit e6fca7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ To start coding your Pimoroni Explorer, you will need to add the following line
import explorer
```

...
Alternatively you can import only what you plan to use in your code like so:

```python
from explorer import display, i2c, button_a
```

## Reading the Switches

Expand Down

0 comments on commit e6fca7d

Please sign in to comment.