Skip to content

Instantly share code, notes, and snippets.

@hussienzy
hussienzy / MakerUnoO2Sensor.ino
Last active April 12, 2022 18:31
MakerUno Oxygen Sensor With Blynk
#include <Wire.h>
#include "rgb_lcd.h"
#include <ESP8266_Lib.h>
#include <BlynkSimpleShieldEsp8266.h>
#include <SoftwareSerial.h>
SoftwareSerial EspSerial(6, 7); // RX, TX
char auth[] = "djigt1lMWzPmqbppsEDxk6uUFNeLzf-C";