Skip to content

Commit 08a1cd7

Browse files
committed
Add some pinout support for Radxa Zero PWM
1 parent 322e03f commit 08a1cd7

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

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

0 commit comments

Comments
 (0)