Commit 5129ce83 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Renames raspberry_pi_i2c as raspberry_pi

Showing with 4 additions and 7 deletions
+4 -7
...@@ -18,8 +18,7 @@ OHMPI_CONFIG = { ...@@ -18,8 +18,7 @@ OHMPI_CONFIG = {
} }
HARDWARE_CONFIG = { HARDWARE_CONFIG = {
'ctl': {'model' : 'raspberry_pi_i2c' 'ctl': {'model' : 'raspberry_pi'},
},
'pwr': {'model' : 'pwr_batt', 'voltage': 12.}, 'pwr': {'model' : 'pwr_batt', 'voltage': 12.},
'tx' : {'model' : 'mb_2023_0_X', 'tx' : {'model' : 'mb_2023_0_X',
'mcp_board_address': 0x20, 'mcp_board_address': 0x20,
......
...@@ -18,8 +18,7 @@ OHMPI_CONFIG = { ...@@ -18,8 +18,7 @@ OHMPI_CONFIG = {
} }
HARDWARE_CONFIG = { HARDWARE_CONFIG = {
'ctl': {'model' : 'raspberry_pi_i2c' 'ctl': {'model' : 'raspberry_pi'},
},
'pwr': {'model' : 'DPS_5005', 'pwr': {'model' : 'DPS_5005',
'voltage_adjustable': True}, 'voltage_adjustable': True},
'tx' : {'model' : 'mb_2024_rev_0_0', 'tx' : {'model' : 'mb_2024_rev_0_0',
......
...@@ -18,7 +18,7 @@ OHMPI_CONFIG = { ...@@ -18,7 +18,7 @@ OHMPI_CONFIG = {
} }
HARDWARE_CONFIG = { HARDWARE_CONFIG = {
'ctl': {'model': 'raspberry_pi_i2c'}, 'ctl': {'model': 'raspberry_pi'},
'pwr': {'model': 'pwr_batt', 'voltage': 12.}, 'pwr': {'model': 'pwr_batt', 'voltage': 12.},
'tx': {'model': 'mb_2024_rev_0_2', 'tx': {'model': 'mb_2024_rev_0_2',
'voltage_max': 50., # Maximum voltage supported by the TX board [V] 'voltage_max': 50., # Maximum voltage supported by the TX board [V]
......
...@@ -18,8 +18,7 @@ OHMPI_CONFIG = { ...@@ -18,8 +18,7 @@ OHMPI_CONFIG = {
} }
HARDWARE_CONFIG = { HARDWARE_CONFIG = {
'ctl': {'model' : 'raspberry_pi_i2c' 'ctl': {'model' : 'raspberry_pi'},
},
'tx' : {'model' : 'mb_2023_0_X', 'tx' : {'model' : 'mb_2023_0_X',
'mcp_board_address': 0x20, 'mcp_board_address': 0x20,
'current_max': 4800 / 50 / 2, # Maximum current 'current_max': 4800 / 50 / 2, # Maximum current
......
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