]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Add OrangePI R1 detetion
authorMartin Volek <m.volek@excam.cz>
Wed, 22 May 2019 04:30:36 +0000 (06:30 +0200)
committerMartin Volek <m.volek@excam.cz>
Wed, 22 May 2019 04:30:36 +0000 (06:30 +0200)
src/adafruit_blinka/board/orangepir1.py

index 102b6121b804832542cd68a5effd46583d309988..9319450b363af58875cd9c9753236f9cb534aef0 100644 (file)
@@ -31,3 +31,7 @@ PG6 = pin.PG6
 UART1_TX = pin.PG6
 PG7 = pin.PG7
 UART1_RX = pin.PG7
+
+SCLK = pin.PA14
+MOSI = pin.PA15
+MISO = pin.PA16