diff --git a/XH_711_Load_Cell_Scale.ino b/XH_711_Load_Cell_Scale.ino index ab7d780..904de57 100644 --- a/XH_711_Load_Cell_Scale.ino +++ b/XH_711_Load_Cell_Scale.ino @@ -22,3 +22,5 @@ void loop() { lcd.setCursor(0, 1); // set cursor to second row lcd.print(i); // print out the retrieved value to the second row } + +End......