Quickpin initial support

This commit is contained in:
Kyle Brown
2022-10-01 17:21:40 -07:00
committed by xs5871
parent 03c8a61ed0
commit 9431ce5ec1
8 changed files with 222 additions and 42 deletions

View File

@@ -0,0 +1,28 @@
import board
pinout = [
board.TX,
board.RX,
None, # GND
None, # GND
board.SDA,
board.SCL,
board.GP04,
board.GP05,
board.GP06,
board.GP07,
board.GP08,
board.GP09,
board.GP21,
board.GP23,
board.GP20,
board.GP22,
board.GP26,
board.GP27,
board.GP28,
board.GP29,
None, # 3.3v
None, # RST
None, # GND
None, # RAW
]