Skip to content

Conversation

eivindj-nordic
Copy link
Contributor

Add documentation for sensor simulator library.

@eivindj-nordic eivindj-nordic self-assigned this Oct 9, 2025
@eivindj-nordic eivindj-nordic requested review from a team as code owners October 9, 2025 13:03
@github-actions github-actions bot added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval. labels Oct 9, 2025
@github-actions
Copy link

github-actions bot commented Oct 9, 2025

You can find the documentation preview for this PR here.

Initialization
==============

A sensor simulator instance is initialized by calling the :c:func:`sensorsim_init` function, providing a configuration for the minimal, maximum and start value plus the increment between each measurement.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
A sensor simulator instance is initialized by calling the :c:func:`sensorsim_init` function, providing a configuration for the minimal, maximum and start value plus the increment between each measurement.
A sensor simulator instance is initialized by calling the :c:func:`sensorsim_init` function, providing a configuration for the minimal, maximum, and start value, plus the increment between each measurement.

*****************

| Header file: :file:`include/sensorsim.h`
| Source files: :file:`lib/bsensorsim/`
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
| Source files: :file:`lib/bsensorsim/`
| Source files: :file:`lib/sensorsim/`

Comment on lines 128 to 132
Sensor data simulator library
=============================

.. _api_sensorsim:

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Sensor data simulator library
=============================
.. _api_sensorsim:
.. _api_sensorsim:
Sensor data simulator library
=============================

Add documentation for sensor simulator library.

Signed-off-by: Eivind Jølsgard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants