Control lavavajillas con arduino
Enviado por pepe el Jue, 12/02/2021 - 19:49//Lavabajillas6_logica_directa_mensaje01.ino
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display
unsigned long tiempo = 0; //VARIABLES DE MILLIS
unsigned long time = 0;