#include <Wire.h>
#inlcude <LiquidCrystal_I2C.h>
void setup()
// put your setup code here, to run once:
{
lcd.begin (16,2);
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <Wire.h>
#inlcude <LiquidCrystal_I2C.h>
void setup()
// put your setup code here, to run once:
{
lcd.begin (16,2);
}
void loop() {
// put your main code here, to run repeatedly:
}