Skip to content

Instantly share code, notes, and snippets.

//YWROBOT
//Compatible with the Arduino IDE 1.0
//Library version:1.1
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
int low = 0;
int medium = 0;
int high = 0;
const int recieveHighPin = A0;
const int recieveMediumPin = A1;