#include <LiquidCrystal_I2C.h>
#include <Adafruit_NeoPixel.h>
LiquidCrystal_I2C (0x27,16,2)
void setup() {
// put your setup code heree
lcd.init();
lcd.backlight();
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <LiquidCrystal_I2C.h>
#include <Adafruit_NeoPixel.h>
LiquidCrystal_I2C (0x27,16,2)
void setup() {
// put your setup code heree
lcd.init();
lcd.backlight();
}
void loop() {
// put your main code here, to run repeatedly:
}