add reelboard pins for the epaper display and the reset pin (#429)

* machine/reelboard: added descriptive pin names for the epaper display and the reset pin
This commit is contained in:
Daniel Esteban
2019-06-30 09:57:07 +02:00
committed by Ron Evans
parent a328bbdff3
commit d34bb7e708
+7
View File
@@ -15,6 +15,13 @@ const (
LED_GREEN Pin = 12 LED_GREEN Pin = 12
LED_BLUE Pin = 41 LED_BLUE Pin = 41
LED_YELLOW Pin = 13 LED_YELLOW Pin = 13
EPD_BUSY_PIN Pin = 14
EPD_RESET_PIN Pin = 15
EPD_DC_PIN Pin = 16
EPD_CS_PIN Pin = 17
EPD_SCK_PIN Pin = 19
EPD_MOSI_PIN Pin = 20
POWER_SUPPLY_PIN Pin = 32
) )
// User "a" button on the reel board // User "a" button on the reel board