#include "LCD_I2C.h"
void setup() {
// put your setup code here, to run once:
lcd_i2c_init();
lcd_i2c_display_on();
}
void loop() {
// put your main code here, to run repeatedly:
}
#include "LCD_I2C.h"
void setup() {
// put your setup code here, to run once:
lcd_i2c_init();
lcd_i2c_display_on();
}
void loop() {
// put your main code here, to run repeatedly:
}