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
+5 -5
View File
@@ -7,15 +7,15 @@ const HasLowFrequencyCrystal = true
// Pins on the reel board
const (
LED Pin = LED1
LED1 Pin = LED_YELLOW
LED2 Pin = LED_RED
LED3 Pin = LED_GREEN
LED4 Pin = LED_BLUE
LED_RED Pin = 11
LED_GREEN Pin = 12
LED_BLUE Pin = 41
LED_YELLOW Pin = 13
LED1 Pin = LED_YELLOW
LED2 Pin = LED_RED
LED3 Pin = LED_GREEN
LED4 Pin = LED_BLUE
LED Pin = LED1
EPD_BUSY_PIN Pin = 14
EPD_RESET_PIN Pin = 15
EPD_DC_PIN Pin = 16