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.
2 parents 2e47afc + 2529c52 commit b3beba7Copy full SHA for b3beba7
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