Skip to content
Snippets Groups Projects
Commit 89c153db authored by Paulus Kruger's avatar Paulus Kruger
Browse files

Fixed wrong 48V scaling for UNB

parent 40af6470
No related branches found
No related tags found
No related merge requests found
...@@ -315,10 +315,19 @@ variables: ...@@ -315,10 +315,19 @@ variables:
dtype: uint32 dtype: uint32
dim: 2 dim: 2
- name: UNB2_DC_DC_48V_12V_VIN
driver: switch_PS
devreg: DC_DC.VIN
width: 16
rw: ro
dtype: double
scale: smbus_2bytes_to_float
dim: 2
monitor: true
- name: [UNB2_DC_DC_48V_12V_VIN,UNB2_DC_DC_48V_12V_VOUT] - name: UNB2_DC_DC_48V_12V_VOUT
driver: switch_PS driver: switch_PS
devreg: [DC_DC.VIN,DC_DC.VOUT] devreg: DC_DC.VOUT
width: 16 width: 16
rw: ro rw: ro
dtype: double dtype: double
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment