We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322e03f commit 08a1cd7Copy full SHA for 08a1cd7
src/adafruit_blinka/microcontroller/amlogic/s905y2/pin.py
@@ -73,3 +73,7 @@
73
(1, UARTB_TX, UARTB_RX),
74
(4, UARTC_TX, UARTC_RX),
75
)
76
+
77
+pwmOuts = (
78
+ ((2, 0), GPIOAO_11),
79
+)
0 commit comments