Stap 5: LCD-scherm
Houden van een computer verbonden alle de tijd is lastig, dus ik heb een 4 lijn LCD-scherm toegevoegd aan het project.
lcd.setCursor(0,0);
LCD.Print(batteryVoltage);
LCD.Print ("V");
LCD.Print(amps);
LCD.Print ("A");
lcd.setCursor(0,1);
LCD.Print(Watts);
LCD.Print ("W");
LCD.Print(time/3600);
LCD.Print ("H");
lcd.setCursor(0,2);
LCD.Print(ampHours);
LCD.Print ("Ah");
LCD.Print(wattHours);
LCD.Print ("Wh");