The FoxESS UK Tech Hub is in Beta & will be developed further in coming weeks.

Library | Yfs201 Proteus

#include <LiquidCrystal.h> LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

void loop() if (millis() - oldTime >= 1000) detachInterrupt(0); yfs201 proteus library

lcd.setCursor(0, 1); lcd.print("Total: "); lcd.print(totalLiters); lcd.print(" L "); #include &lt;LiquidCrystal