Skip to content

Commit

Permalink
Merge pull request #868 from 708yamaguchi/radxa-pwm
Browse files Browse the repository at this point in the history
Add some pinout support for Radxa Zero PWM
  • Loading branch information
makermelissa committed Jul 10, 2024
2 parents e95562e + 4141932 commit 0a41814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adafruit_blinka/microcontroller/amlogic/s905y2/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@
(1, UARTB_TX, UARTB_RX),
(4, UARTC_TX, UARTC_RX),
)

pwmOuts = (((2, 0), GPIOAO_11),)

0 comments on commit 0a41814

Please sign in to comment.