Commit 6daa4c49 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

update software do

c
Showing with 9 additions and 3 deletions
+9 -3
......@@ -56,12 +56,18 @@ HARDWARE_CONFIG = {
}
'''
Dictionnary containing the configuration of the hardware system. THis is where the five modules are declared and assembled together
Dictionary configuring the hardware system. This is where the five modules are declared and assembled together.
Parameters
----------
'ctl' contains informationb related to controller unit with the following keys:
'model': 'raspberry_pi' only implemented so far
'id': ID of thje instrument '0001' by default
'ctl': dict
'model': string, model type of the controller. Currently only 'raspberry_pi"
'pwr': dict
'model': string, model type of the power module. 'pwr_batt', 'pwr_dps5005"
'''
# SET THE LOGGING LEVELS, MQTT BROKERS AND MQTT OPTIONS ACCORDING TO YOUR NEEDS
# Execution logging configuration
EXEC_LOGGING_CONFIG = {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment