From 7221176444520615ee602fefd63628b4ec0afde2 Mon Sep 17 00:00:00 2001 From: 276yannaing <97081371+276yannaing@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:25:10 +0700 Subject: [PATCH] Update XH_711_Load_Cell_Scale.ino --- XH_711_Load_Cell_Scale.ino | 2 ++ 1 file changed, 2 insertions(+) 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......