mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
machine: reorder pin definitions to improve pin list on tinygo.org
This commit is contained in:
committed by
Ron Evans
parent
411333327e
commit
0a93347e1c
@@ -9,11 +9,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
LED = LED_BUILTIN
|
||||
LED_BUILTIN = LED_GREEN
|
||||
LED_GREEN = PC7
|
||||
LED_BLUE = PB7
|
||||
LED_RED = PA9
|
||||
LED_BUILTIN = LED_GREEN
|
||||
LED = LED_BUILTIN
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user