Skip to content

Commit 0a41814

Browse files
authored
Merge pull request #868 from 708yamaguchi/radxa-pwm
Add some pinout support for Radxa Zero PWM
2 parents e95562e + 4141932 commit 0a41814

File tree

1 file changed

+2
-0
lines changed
  • src/adafruit_blinka/microcontroller/amlogic/s905y2

1 file changed

+2
-0
lines changed

src/adafruit_blinka/microcontroller/amlogic/s905y2/pin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@
7373
(1, UARTB_TX, UARTB_RX),
7474
(4, UARTC_TX, UARTC_RX),
7575
)
76+
77+
pwmOuts = (((2, 0), GPIOAO_11),)

0 commit comments

Comments
 (0)