From 35e44c91c4322c807dca2bf828e4a846bdc665fc Mon Sep 17 00:00:00 2001
From: Arnaud Watlet <arnaud.watlet@umons.ac.be>
Date: Thu, 18 Jan 2024 14:21:54 +0100
Subject: [PATCH] updates config doc

---
 doc/source/source_rst/software/operations/config.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst
index c27b32d9..2c92b345 100644
--- a/doc/source/source_rst/software/operations/config.rst
+++ b/doc/source/source_rst/software/operations/config.rst
@@ -62,6 +62,14 @@ The configuration is written in a python file structured in a series of dictiona
 
 #. HARDWARE_CONFIG: the hardware system in which the five different modules 'ctl' (controller), 'tx' (transmitter), 'rx' (receiver), 'mux' (multiplexers), 'pwr' (power).
 
++------------+--------------+-----------------------------------------------------------------------------------------+
+|  Main key  |  Module_key  |                                      Value                                              |
+|            |              +============================+==============================+=============================+
+|            |              |           Type             |         Expected value       |         Description         |
++============|==============+============================+==============================+=============================+
+|  'ctl'     |  'model'     |         string             |  'raspberry_pi'              | contains informations related to controller unit, 'raspberry_pi' only implemented so far |
++------------+--------------+----------------------------+------------------------------+-----------------------------+
+
 .. autodata:: configs.config_example.HARDWARE_CONFIG
 
 .. code-block:: python
-- 
GitLab