From 4bf83215c5ac51982a2cfefde5d552777d5a5af3 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 24 May 2015 23:56:09 +1000 Subject: Update SIM800.h --- libraries/SIM800/SIM800.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libraries/SIM800/SIM800.h') diff --git a/libraries/SIM800/SIM800.h b/libraries/SIM800/SIM800.h index ca3104f..9751302 100644 --- a/libraries/SIM800/SIM800.h +++ b/libraries/SIM800/SIM800.h @@ -1,5 +1,5 @@ /************************************************************************* -* Test sketch for SIM800 library +* SIM800 GPRS/HTTP Library * Distributed under GPL v2.0 * Written by Stanley Huang * For more information, please visit http://arduinodev.com @@ -7,9 +7,16 @@ #include +// change this to the pin connect with SIM800 reset pin #define SIM800_RESET_PIN 7 + +// change this to the serial UART which SIM800 is attached to #define simser Serial1 + +// change this to the serial UART used for console #define con Serial + +// change this to 1 to enable debug information output #define DEBUG 0 typedef enum { -- cgit v1.2.3