mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Backport r29644 to the 3.8 branch - Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29650 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
017f61388b
commit
fde22376d4
2 changed files with 4 additions and 3 deletions
|
@ -496,9 +496,9 @@ static void display_helpfile(void)
|
||||||
"", "V = IR",
|
"", "V = IR",
|
||||||
"", "I = V/R",
|
"", "I = V/R",
|
||||||
"", "and",
|
"", "and",
|
||||||
"", "R = I/V", "", "",
|
"", "R = V/I", "", "",
|
||||||
"Where", "V", "=", "voltage", "I", "=", "current", "(in", "amps)",
|
"Where", "V", "=", "voltage, ", "I", "=", "current", "(in", "amps)",
|
||||||
"and", "R", "=", "resistance", "(measured", "in", "Ohms)", "", "",
|
"and", "R", "=", "resistance", "(measured", "in", "Ohms).", "", "",
|
||||||
/* 28 */
|
/* 28 */
|
||||||
/* -- */
|
/* -- */
|
||||||
"The", "primary", "characteristics", "of", "a", "resistor", "are",
|
"The", "primary", "characteristics", "of", "a", "resistor", "are",
|
||||||
|
|
|
@ -588,6 +588,7 @@ Dave Slusher
|
||||||
Jean-Marie Moraux
|
Jean-Marie Moraux
|
||||||
Ismael Castiñeira Álvarez
|
Ismael Castiñeira Álvarez
|
||||||
Mārtiņš Šimis
|
Mārtiņš Šimis
|
||||||
|
Leif Andersen
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue