]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update pin.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Tue, 4 Jan 2022 13:44:13 +0000 (13:44 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 13:44:13 +0000 (13:44 +0000)
src/adafruit_blinka/microcontroller/allwinner/h6/pin.py

index 53c469f4e2609d2a6b7569c8f1d77ddaeede1ffb..63759382a3c0ce30cf6e477aff4f8543479c4a4c 100644 (file)
@@ -39,8 +39,11 @@ SPI1_MISO = PH6
 PH8 = Pin((1, 230))
 PH9 = Pin((1, 231))
 
+PL2 = Pin((0, 2))
+PL3 = Pin((0, 3))
 PL8 = Pin((0, 8))
 PL9 = Pin((0, 9))
+PL10 = Pin((0, 10))
 
 i2cPorts = ((0, TWI0_SCL, TWI0_SDA),)
 spiPorts = ((1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO),)