]> Repositories - Adafruit_Blinka-hackapet.git/blob - src/adafruit_blinka/microcontroller/allwinner/h616/pin.py
Update pin.py
[Adafruit_Blinka-hackapet.git] / src / adafruit_blinka / microcontroller / allwinner / h616 / pin.py
1 """Allwinner H616 Pin Names"""
2 from adafruit_blinka.microcontroller.generic_linux.libgpiod_pin import Pin
3
4 PC5  = Pin((1, 69))
5 PC6  = Pin((1, 70))
6 PC7 = Pin((1, 71))
7 PC8 = Pin((1, 72))
8 PC9 = Pin((1, 73))
9 PC10 = Pin((1, 74))
10 PC11 = Pin((1, 75))
11 PC14 = Pin((1, 78))
12 PC15 = Pin((1, 79))
13
14 PH2 = Pin((1, 226))
15 PH3 = Pin((1, 227))
16 PH4 = Pin((1, 228))
17 PH5 = Pin((1, 229))
18 PH6 = Pin((1, 230))
19 PH7 = Pin((1, 231))
20 PH8 = Pin((1, 232))
21 PH9 = Pin((1, 233))