Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
/software/glasgow/applet/interface/spi_flashrom/ @neuschaefer

/software/glasgow/applet/sensor/sen5x/ @miek
/software/glasgow/applet/sensor/qmc5883p/ @i-infra
1 change: 1 addition & 0 deletions docs/manual/src/applets/sensor/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Environment sensing
bmx280
hcsr04
hx711
qmc5883p
scd30
sen5x
20 changes: 20 additions & 0 deletions docs/manual/src/applets/sensor/qmc5883p.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
``sensor-qmc5883p``
==================

CLI reference
-------------

.. _applet.sensor.qmc5883p:

.. autoprogram:: glasgow.applet.sensor.qmc5883p:SensorQMC5883PApplet._get_argparser_for_sphinx("sensor-qmc5883p")
:prog: glasgow run sensor-qmc5883p


API reference
-------------

.. module:: glasgow.applet.sensor.qmc5883p

.. autoexception:: QMC5883PError
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're missing a lot of the newly added enumerations (the ones that now get surfaced in the public API).


.. autoclass:: QMC5883PInterface
Loading
Loading