Skip to content

Instantly share code, notes, and snippets.

@FenrirCesar
FenrirCesar / GPS GSM Tracker
Created November 27, 2017 14:59
rastreador satelital por sms
#include <SoftwareSerial.h>
#include <TinyGPS.h>
SoftwareSerial gsm(7, 8); // RX, TX
TinyGPS gps;
SoftwareSerial ss(4, 3); // RX, TX
char numero_cell[]="985819817";//meter numero de telefono
int estado=13;
int led =12;
int i=0;
int j=0;