X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/657b7f07818daad3110914571e022be03a01aaf4..3306ddab1a11a2d5ccd77d93eeb97a91c114e281:/src/adafruit_blinka/board/orangepizero.py diff --git a/src/adafruit_blinka/board/orangepizero.py b/src/adafruit_blinka/board/orangepizero.py index 0593e06..a1dd925 100644 --- a/src/adafruit_blinka/board/orangepizero.py +++ b/src/adafruit_blinka/board/orangepizero.py @@ -1,6 +1,8 @@ """Pin definitions for the Orange Pi Zero.""" -from adafruit_blinka.microcontroller.allwinner_h2 import pin +# The Orange Pi Zero uses the AllWinner H2 SoC, but pins +# are the same as the AllWinner H3 SoC, so we import those +from adafruit_blinka.microcontroller.allwinner.h3 import pin PA12 = pin.PA12 SDA = pin.PA12