mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +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
@@ -12,10 +12,10 @@ const HasLowFrequencyCrystal = true
|
||||
// LEDs simply expose the three brightness level LEDs on the PineTime. They can
|
||||
// be useful for simple "hello world" style programs.
|
||||
const (
|
||||
LED = LED1
|
||||
LED1 = LCD_BACKLIGHT_HIGH
|
||||
LED2 = LCD_BACKLIGHT_MID
|
||||
LED3 = LCD_BACKLIGHT_LOW
|
||||
LED = LED1
|
||||
)
|
||||
|
||||
var DefaultUART = UART0
|
||||
|
||||
Reference in New Issue
Block a user