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 02c45d6 + 0109a48 commit f8b243cCopy full SHA for f8b243c
src/pwmio.py
@@ -16,7 +16,7 @@
16
17
# pylint: disable=unused-import
18
19
-if detector.board.any_raspberry_pi:
+if detector.board.any_raspberry_pi and not detector.board.RASPBERRY_PI_5:
20
from adafruit_blinka.microcontroller.bcm283x.pwmio.PWMOut import PWMOut
21
elif detector.board.any_coral_board:
22
from adafruit_blinka.microcontroller.generic_linux.sysfs_pwmout import PWMOut
0 commit comments