forked from len0rd/rockbox
Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29644 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
afe6ee4300
commit
0258895faa
2 changed files with 4 additions and 3 deletions
|
@ -496,9 +496,9 @@ static void display_helpfile(void)
|
|||
"", "V = IR",
|
||||
"", "I = V/R",
|
||||
"", "and",
|
||||
"", "R = I/V", "", "",
|
||||
"Where", "V", "=", "voltage", "I", "=", "current", "(in", "amps)",
|
||||
"and", "R", "=", "resistance", "(measured", "in", "Ohms)", "", "",
|
||||
"", "R = V/I", "", "",
|
||||
"Where", "V", "=", "voltage, ", "I", "=", "current", "(in", "amps)",
|
||||
"and", "R", "=", "resistance", "(measured", "in", "Ohms).", "", "",
|
||||
/* 28 */
|
||||
/* -- */
|
||||
"The", "primary", "characteristics", "of", "a", "resistor", "are",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue