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 = GPIO13
// Onboard crystal oscillator frequency, in MHz.
xoscFreq = 12 // MHz
)
// Onboard crystal oscillator frequency, in MHz.
const xoscFreq = 12 // MHz
// GPIO Pins
const (
@@ -37,6 +33,8 @@ const (
A3 = GPIO29
)
const LED = GPIO13
// I2C Pins.
const (
I2C0_SDA_PIN = GPIO24