Skip to content

Commit 7aa1f9a

Browse files
committed
fix(wokwi-tm1637): wrong pin descriptions
1 parent e42b9a2 commit 7aa1f9a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/parts/wokwi-tm1637-7segment.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Seven segment LED display module with TM1637 4-wire interface
99

1010
## Pin names
1111

12-
| Name | Description |
13-
| ---- | -------------------- |
14-
| CLK | Top segment |
15-
| DIO | Top-right segment |
16-
| VCC | Bottom-right segment |
17-
| GND | Bottom segment |
12+
| Name | Description |
13+
| ---- | -------------- |
14+
| CLK | Clock input |
15+
| DIO | Data input \* |
16+
| VCC | Supply voltage |
17+
| GND | Ground |
18+
19+
\* The DIO pin is also used for acknowledging the data received from the microcontroller, by pulling it down at a specific clock cycle.
1820

1921
## Attributes
2022

0 commit comments

Comments
 (0)