]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - src/adafruit_blinka/board/orangepizero.py
Simple refactor to place all AllWinner boards within the same module
[hackapet/Adafruit_Blinka.git] / src / adafruit_blinka / board / orangepizero.py
index 0593e06b007daa93078f7c60b2fdc947a3ceb686..a1dd92558981b22cad80aebd26c62c41edc558a4 100644 (file)
@@ -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