X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/701655ace19cad12a315d91df4762c9f0b678ef9..a9ee7f0410d4b718a4f3c4f82ec7bdae98a176d6:/src/pulseio.py diff --git a/src/pulseio.py b/src/pulseio.py index 9bee175..2d3f0b5 100644 --- a/src/pulseio.py +++ b/src/pulseio.py @@ -1,4 +1,4 @@ from adafruit_blinka.agnostic import detector -if detector.board.any_raspberry_pi_2_or_3: +if detector.board.any_raspberry_pi: from adafruit_blinka.microcontroller.bcm283x.pulseio.PulseIn import PulseIn