-
Notifications
You must be signed in to change notification settings - Fork 21
doc: nrf-bm: lib: add documentation for sensor simulator library #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
4d111fb
to
a9190cc
Compare
You can find the documentation preview for this PR here. |
doc/nrf-bm/libraries/sensorsim.rst
Outdated
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
a9190cc
to
516c3f9
Compare
doc/nrf-bm/libraries/sensorsim.rst
Outdated
***************** | ||
|
||
| Header file: :file:`include/sensorsim.h` | ||
| Source files: :file:`lib/bsensorsim/` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Source files: :file:`lib/bsensorsim/` | |
| Source files: :file:`lib/sensorsim/` |
doc/nrf-bm/api/api.rst
Outdated
Sensor data simulator library | ||
============================= | ||
|
||
.. _api_sensorsim: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sensor data simulator library | |
============================= | |
.. _api_sensorsim: | |
.. _api_sensorsim: | |
Sensor data simulator library | |
============================= |
516c3f9
to
2c8df69
Compare
2c8df69
to
7e88d42
Compare
Add documentation for sensor simulator library. Signed-off-by: Eivind Jølsgard <[email protected]>
7e88d42
to
4fc7f44
Compare
Add documentation for sensor simulator library.