Skip to content

Commit

Permalink
docs(tt_um_urish_simon): fix error in pinout
Browse files Browse the repository at this point in the history
  • Loading branch information
urish authored Dec 14, 2023
1 parent 03b40ef commit 010f8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/tt_um_urish_simon/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ documentation:
the colors of the buttons (so `led1` and `btn1` have the same color, etc.)
3. Connect the speaker to the `speaker` pin.
4. Connect the seven segment display as follows: `seg_a` through `sev_g` to
individual segments, `dig1` to the common pin of the first digit, `dig2`
to the common pin of the second digit.
individual segments, `dig1` to the common pin of the tens digit, `dig2`
to the common pin of the ones digit.
Set `seginv` according to the type of 7 segment display you have: high
for common anode, low for common cathode.
5. Reset the game, and then press any button to start it. Enjoy!
Expand All @@ -79,9 +79,9 @@ documentation:
- led3
- led4
- speaker
- none
- dig1
- dig2
- none
# A description of what the bidirectional I/O pins do
bidirectional:
- seg_a
Expand Down

0 comments on commit 010f8f8

Please sign in to comment.