"""Pin definitions for the Pcduino3."""
-from adafruit_blinka.microcontroller.allwinner.a10 import pin
+from adafruit_blinka.microcontroller.allwinner.a20 import pin
# Pin wise this is the same as the Pcduino2 but features a daul core A20
# # rather than a single core A10
PWM1 = D6
# Misc
-BACK_SW = pin.PH17 #Three buttons featured on the board
+BACK_SW = pin.PH17 # Three buttons featured on the board
HOME_SW = pin.PH18
MENU_SW = pin.PH19