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
+4 -6
View File
@@ -8,12 +8,8 @@ import (
"runtime/interrupt"
)
const (
LED = GPIO25
// Onboard crystal oscillator frequency, in MHz.
xoscFreq = 12 // MHz
)
// Onboard crystal oscillator frequency, in MHz.
const xoscFreq = 12 // MHz
// GPIO Pins
const (
@@ -56,6 +52,8 @@ const (
A3 = GPIO29
)
const LED = GPIO25
// I2C Pins.
const (
I2C0_SCL_PIN = GPIO6 // N/A