Skip to content

Commit

Permalink
Merge pull request #809 from makermelissa/main
Browse files Browse the repository at this point in the history
Fix PWMIO import bug
  • Loading branch information
dhalbert committed Apr 6, 2024
2 parents 2e47afc + 2529c52 commit b3beba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pwmio.py
Expand Up @@ -42,7 +42,7 @@
from adafruit_blinka.microcontroller.generic_linux.sysfs_pwmout import PWMOut
elif detector.board.pico_u2if:
from adafruit_blinka.microcontroller.rp2040_u2if.pwmio import PWMOut
if detector.board.any_jetson_board:
elif detector.board.any_jetson_board:
from adafruit_blinka.microcontroller.tegra.PWMOut import PWMOut
elif (
detector.board.feather_u2if
Expand Down

0 comments on commit b3beba7

Please sign in to comment.