mirror of
https://github.com/MaJerle/lwbtn.git
synced 2026-09-24 22:42:15 +08:00
Add first docs template
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.. _api_reference:
|
||||
|
||||
API reference
|
||||
=============
|
||||
|
||||
List of all the modules:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
lwbtn
|
||||
lwbtn_opt
|
||||
@@ -0,0 +1,7 @@
|
||||
.. _api_lwbtn:
|
||||
|
||||
LwBTN
|
||||
=====
|
||||
|
||||
.. doxygengroup:: LWBTN
|
||||
:inner:
|
||||
@@ -0,0 +1,13 @@
|
||||
.. _api_lwbtn_opt:
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
This is the default configuration of the middleware.
|
||||
When any of the settings shall be modified, it shall be done in dedicated application config ``lwbtn_opts.h`` file.
|
||||
|
||||
.. note::
|
||||
Check :ref:`getting_started` for guidelines on how to create and use configuration file.
|
||||
|
||||
.. doxygengroup:: LWBTN_OPT
|
||||
:inner:
|
||||
Reference in New Issue
Block a user