We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42b9a2 commit 7aa1f9aCopy full SHA for 7aa1f9a
docs/parts/wokwi-tm1637-7segment.md
@@ -9,12 +9,14 @@ Seven segment LED display module with TM1637 4-wire interface
9
10
## Pin names
11
12
-| Name | Description |
13
-| ---- | -------------------- |
14
-| CLK | Top segment |
15
-| DIO | Top-right segment |
16
-| VCC | Bottom-right segment |
17
-| GND | Bottom segment |
+| Name | Description |
+| ---- | -------------- |
+| CLK | Clock input |
+| DIO | Data input \* |
+| VCC | Supply voltage |
+| 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.
20
21
## Attributes
22
0 commit comments