File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ To install in a virtual environment in your current project:
61
61
Usage Example
62
62
=============
63
63
64
- .. todo :: Add a quick, simple example. It and other examples should live in the examples folder and be included in docs/examples.rst.
64
+ For example usage, see examples/pm25_simpletest.py
65
65
66
66
Contributing
67
67
============
Original file line number Diff line number Diff line change 21
21
# Uncomment the below if you use native CircuitPython modules such as
22
22
# digitalio, micropython and busio. List the modules you use. Without it, the
23
23
# autodoc module docs will fail to generate with a warning.
24
- # autodoc_mock_imports = ["digitalio ", "busio "]
24
+ autodoc_mock_imports = ["adafruit_bus_device " , "digitalio " ]
25
25
26
26
27
27
intersphinx_mapping = {
You can’t perform that action at this time.
0 commit comments