Skip to content

Commit

Permalink
Connect arduino shield pin 9 to correct PWM channel
Browse files Browse the repository at this point in the history
Previously both pin 6 and 9 were connected to PWM channel 2
  • Loading branch information
GregAC committed Nov 8, 2024
1 parent 9f794fe commit 0ec0807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/top_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ block_ios = [{block = "gpio", instance = 1, io = "ios", io_index = 8}]
name = "ah_tmpio9"
block_ios = [
{block = "gpio", instance = 1, io = "ios", io_index = 9},
{block = "pwm", instance = 0, io = "out", io_index = 2},
{block = "pwm", instance = 0, io = "out", io_index = 3},
]

[[pins]]
Expand Down
2 changes: 1 addition & 1 deletion doc/ip/pinmux/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rtl/system/pinmux.sv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ec0807

Please sign in to comment.