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 2e47afc commit 2529c52Copy full SHA for 2529c52
src/pwmio.py
@@ -42,7 +42,7 @@
42
from adafruit_blinka.microcontroller.generic_linux.sysfs_pwmout import PWMOut
43
elif detector.board.pico_u2if:
44
from adafruit_blinka.microcontroller.rp2040_u2if.pwmio import PWMOut
45
-if detector.board.any_jetson_board:
+elif detector.board.any_jetson_board:
46
from adafruit_blinka.microcontroller.tegra.PWMOut import PWMOut
47
elif (
48
detector.board.feather_u2if
0 commit comments