]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update pin.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Sun, 7 Feb 2021 17:50:02 +0000 (17:50 +0000)
committerGitHub <noreply@github.com>
Sun, 7 Feb 2021 17:50:02 +0000 (17:50 +0000)
src/adafruit_blinka/microcontroller/allwinner/h616/pin.py

index 83cbf9a8612596e522fd8c2edfd861a8a3dc21aa..562bbe04046320681035712e2cde20f9b11a7328 100644 (file)
@@ -1,2 +1,21 @@
 """Allwinner H616 Pin Names"""
 from adafruit_blinka.microcontroller.generic_linux.libgpiod_pin import Pin
 """Allwinner H616 Pin Names"""
 from adafruit_blinka.microcontroller.generic_linux.libgpiod_pin import Pin
+
+PC5  = Pin((1, 69))
+PC6  = Pin((1, 70))
+PC7 = Pin((1, 71))
+PC8 = Pin((1, 72))
+PC9 = Pin((1, 73))
+PC10 = Pin((1, 74))
+PC11 = Pin((1, 75))
+PC14 = Pin((1, 78))
+PC15 = Pin((1, 79))
+
+PH2 = Pin((1, 226))
+PH3 = Pin((1, 227))
+PH4 = Pin((1, 228))
+PH5 = Pin((1, 229))
+PH6 = Pin((1, 230))
+PH7 = Pin((1, 231))
+PH8 = Pin((1, 232))
+PH9 = Pin((1, 233))