Commit 207bb84f authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates config

Showing with 2 additions and 1 deletion
+2 -1
......@@ -23,7 +23,8 @@ HARDWARE_CONFIG = {
'voltage_max': 50., # Maximum voltage supported by the TX board [V]
'current_max': 4.8/(50*r_shunt), # Maximum voltage read by the current ADC on the TX board [A]
'r_shunt': r_shunt, # Shunt resistance in Ohms
'interface_name': 'i2c'
'interface_name': 'i2c',
'vmn_hardware_offset': 2501.
},
'rx': {'model': 'mb_2024_0_2',
'coef_p2': 1.00, # slope for conversion for ADS, measurement in V/V
......
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