Skip to content
Snippets Groups Projects
Verified Commit 7a4c5264 authored by rahix's avatar rahix
Browse files

docs: Mention API & BHI160


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent ebbbc44c
No related branches found
No related tags found
No related merge requests found
.. _epicardium_api_guide:
Epicardium API Development Epicardium API Development
========================== ==========================
If you are interested in augmenting the Epicardium API with new calls, this If you are interested in augmenting the Epicardium API with new calls, this
......
...@@ -19,6 +19,9 @@ number of tasks that will have been keeping card10 running. These are: ...@@ -19,6 +19,9 @@ number of tasks that will have been keeping card10 running. These are:
statistics that can be gathered from our power manager IC (MAX77650). statistics that can be gathered from our power manager IC (MAX77650).
* **Serial**: Handles serial communication via *UART*, *CDC ACM* and possibly * **Serial**: Handles serial communication via *UART*, *CDC ACM* and possibly
Bluetooth. Bluetooth.
* **BHI160**: Housekeeping task for interaction with the `BHI160`_.
.. _BHI160: https://www.bosch-sensortec.com/bst/products/all_products/bhi160
.. todo:: .. todo::
...@@ -29,6 +32,13 @@ number of tasks that will have been keeping card10 running. These are: ...@@ -29,6 +32,13 @@ number of tasks that will have been keeping card10 running. These are:
.. _#23: https://git.card10.badge.events.ccc.de/card10/firmware/issues/23 .. _#23: https://git.card10.badge.events.ccc.de/card10/firmware/issues/23
Epicardium API
--------------
Epicardium exposes lots of functionality via the *Epicardium API*. The
technical details if this API can be found in this :ref:`overview
<epicardium_api_overview>`. If you are interesting in adding new API calls,
you should probably read the :ref:`epicardium_api_guide` guide.
Pycardium Pycardium
--------- ---------
Pycardium is our MicroPython fork. Its purpose is to make it as easy as Pycardium is our MicroPython fork. Its purpose is to make it as easy as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment