04.12.2025, 12:19
I have a device that uses two registers for giving a value.
One register is a scale factor (SF) and the other is a value (V).
In order to get the actual result, you have to do some math (SF * V)
What is the best approach for that? I only need the resulting value.
One register is a scale factor (SF) and the other is a value (V).
In order to get the actual result, you have to do some math (SF * V)
What is the best approach for that? I only need the resulting value.