Skip to content

Commit

Permalink
Refactor formula
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Nov 25, 2024
1 parent b366efe commit 54f23a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/configurator/power-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Multiplier: 1 = this is to fine-tune the outcome of the calculation, a value of
Settings for the amperage meter to measure the current draw correctly, using this formula:

$$
Current(Amps) = (\frac{ADC (mV) * 10000}{amperage\_meter\_scale} + amperage\_meter\_offset) / 1000
\text{Current[A] = } \frac{\text{ADC[mV]} \cdot 10}{\text{amperage\_meter\_scale}} + \frac{\text{amperage\_meter\_offset}}{1000}
$$

### Scale
Expand Down

0 comments on commit 54f23a0

Please sign in to comment.