+elif agnostic.detect.any_raspberry_pi_or_3:
+ from adafruit_blinka.microcontroller.bcm283x.pin import *
+elif agnostic.detect.beaglebone_black:
+ from adafruit_blinka.microcontroller.am335x.pin import *
+elif agnostic.detect.orangepi_pc:
+ from adafruit_blinka.microcontroller.allwinner_h3.pin import *