Skip to content

Commit 0ec0807

Browse files
committed
Connect arduino shield pin 9 to correct PWM channel
Previously both pin 6 and 9 were connected to PWM channel 2
1 parent 9f794fe commit 0ec0807

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

data/top_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ block_ios = [{block = "gpio", instance = 1, io = "ios", io_index = 8}]
341341
name = "ah_tmpio9"
342342
block_ios = [
343343
{block = "gpio", instance = 1, io = "ios", io_index = 9},
344-
{block = "pwm", instance = 0, io = "out", io_index = 2},
344+
{block = "pwm", instance = 0, io = "out", io_index = 3},
345345
]
346346

347347
[[pins]]

doc/ip/pinmux/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtl/system/pinmux.sv

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)