mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
fix bad qt py pin assignment
This commit is contained in:
@@ -29,7 +29,7 @@ const (
|
||||
|
||||
// Analog pins
|
||||
const (
|
||||
A0 = D1
|
||||
A0 = D0
|
||||
A1 = D1
|
||||
A2 = D2
|
||||
A3 = D3
|
||||
|
||||
Reference in New Issue
Block a user