Skip to content

Commit ebbd07e

Browse files
Clarify resistor usage in warning section
Updated warning section to specify resistor placement on digit pins instead of segment pins.
1 parent 4bf5323 commit ebbd07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AutoPlex7 is a simple and versatile Arduino library for controlling seven segmen
1111
- Built-in, global "display" object
1212

1313
## Warning
14-
When using AutoPlex7 (or any other direct seven segment display controller software), it is extremely important to use a current limiting resistor in your circuit. Failure to do this can and will damage both the microcontroller and display. With a 5V supply, it is advised to use a resistor of at least 270 ohms on the segment pins.
14+
When using AutoPlex7 (or any other direct seven segment display controller software), it is extremely important to use a current limiting resistor in your circuit. Failure to do this can and will damage both the microcontroller and display. With a 5V supply, it is advised to use a resistor of at least 270 ohms on the digit pins.
1515

1616
## Setup
1717
At the top of your sketch, you'll need to set up a few things for the library to work properly. Firstly, we'll need to state that we are using AutoPlex7, like this.

0 commit comments

Comments
 (0)