You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/practice/resistor-color-expert/.docs/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ If you want to build something using a Raspberry Pi, you'll probably use _resist
4
4
Like the previous [`Resistor Color Duo`][resistor-color-duo-exercise] and [`Resistor Color Trio`][resistor-color-trio-exercise] exercises, you will be translating resistor color bands to human-readable labels.
5
5
6
6
- Each resistor has a resistance value.
7
-
- Resistors are small - so small in fact that if you printed the resistance value on them, it would be hard to read.
7
+
- Resistors are small — so small in fact that if you printed the resistance value on them, it would be hard to read.
8
8
To get around this problem, manufacturers print color-coded bands onto the resistors to denote their resistance values.
9
9
- Each band acts as a digit of a number.
10
10
For example, if they printed a brown band (value 1) followed by a green band (value 5), it would translate to the number 15.
0 commit comments