Reorder pin definitions for clarity

This commit is contained in:
Mike Barnes 2019-01-08 20:39:26 +11:00
commit 1b00926266
2 changed files with 25 additions and 18 deletions

View file

@ -4,18 +4,18 @@
#endif
// Board GPIO pin mapping
// #define LED0 16 // Power on indicator
#define LED1 16 // Status 1 / Wifi signal 1
#define LED2 2 // Wifi signal 2
#define LED3 12 // Wifi signal 3
#define LED4 13 // Wifi signal 4
#define SWITCH_PIN 0 // GPIO0 (programming mode pin)
//#define LED0 16 // Power on indicator
#define LED1 16 // Status 1 / Wifi signal 1
#define LED2 2 // Wifi signal 2
#define LED3 12 // Wifi signal 3
#define LED4 13 // Wifi signal 4
#define DCD_PIN 14 // DCD Carrier Status
#define RTS_PIN 4 // RTS Request to Send, connect to host's CTS pin
#define CTS_PIN 5 // CTS Clear to Send, connect to host's RTS pin
#define SWITCH_PIN 0 // GPIO0 (programming mode pin)
// Default speed dial list
#define SPEEDDIAL0 "heatwavebbs.com:9640"
#define SPEEDDIAL1 "bbs.fozztexx.com:23"