Adds RST pin definition

This commit is contained in:
Brendan Haines 2016-11-03 10:31:20 -06:00
parent abaf788a14
commit d01b9fd99c

View File

@ -15,7 +15,7 @@
// RX/TX are in reference to the Arduino, not SIM800
#define GSM_RX 3
#define GSM_TX 11
#define GSM_RST 12
#define GSM_RST A2
#define GSM_RING A5
#define GSM_KEY A6