mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +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
@@ -11,13 +11,13 @@ const HasLowFrequencyCrystal = true
|
||||
|
||||
// LED on the pca10031
|
||||
const (
|
||||
LED = LED_RED
|
||||
LED1 = LED_RED
|
||||
LED2 = LED_GREEN
|
||||
LED3 = LED_BLUE
|
||||
LED_RED = P0_21
|
||||
LED_GREEN = P0_22
|
||||
LED_BLUE = P0_23
|
||||
LED = LED_RED
|
||||
)
|
||||
|
||||
var DefaultUART = UART0
|
||||
|
||||
Reference in New Issue
Block a user