Skip to content

Instantly share code, notes, and snippets.

View evsusy's full-sized avatar

Susana Albarracín Estrada evsusy

View GitHub Profile
//Serial communication between ARDUINO and/or node MCU - Program of Master
// RODRIGUEZ-GAMBOA, JUAN C. & ALBARRACIN-ESTRADA, E. SUSANA
// - E-MAIL: {juan.gamboa,eva.susana}@ufrpe.br
// Libraries
#include <string.h>
#include "TimerOne.h"
#code for Node MCU
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include <ESP8266HTTPClient.h>
#include <string.h>
extern "C"{
#include "user_interface.h"
}