Skip to content

Instantly share code, notes, and snippets.

View dolendravikas's full-sized avatar
🔌
electronics hobbyist

Addepalli Dolendra Vikas dolendravikas

🔌
electronics hobbyist
  • Los Angeles, CA
  • 21:34 (UTC -07:00)
View GitHub Profile
#include <TinyGPS++.h>
#include <SoftwareSerial.h>
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include "index.h"
#define M_PI 3.14159265358979323846264338327950288
#define rxGPS 5
#define txGPS 16