machine: reorder pin definitions to improve pin list on tinygo.org

This commit is contained in:
Ayke van Laethem
2022-06-29 15:30:41 +02:00
committed by Ron Evans
parent 411333327e
commit 0a93347e1c
25 changed files with 174 additions and 142 deletions
+3 -3
View File
@@ -9,9 +9,6 @@ func CPUFrequency() uint32 { return 180000000 }
// ClockFrequency returns the frequency of the external oscillator (16MHz)
func ClockFrequency() uint32 { return 16000000 }
// LED on the Teensy
const LED = PC05
// digital IO
const (
D00 = PB16
@@ -80,6 +77,9 @@ const (
D63 = PE05
)
// LED on the Teensy
const LED = PC05
var (
TeensyUART1 = UART0
TeensyUART2 = UART1