Commit f741d7a1 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Rewrites TX voltage handling

Showing with 1 addition and 1 deletion
+1 -1
......@@ -22,7 +22,7 @@ HARDWARE_CONFIG = {
},
'tx' : {'model' : 'ohmpi_card_3_15',
'mcp_board_address': 0x20,
'voltage_max': 12, # Maximum voltage [V]
'voltage_max': 12., # Maximum voltage [V]
'current_max': 4800 / 50 / 2, # Maximum current [mA]
'r_shunt': 2 # Shunt resistance in Ohms
},
......
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