From eaa972aa15c6f4fec14ee34d60dee358ad557f09 Mon Sep 17 00:00:00 2001 From: CHARLES Date: Sun, 11 May 2025 18:44:01 +0200 Subject: [PATCH] Added few details for README.md file. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 779ac3c..28fdd18 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Arduino Weight Sensor Scale with Servo Pointer +# Sensing & Perception - Lab 1 & 2 Arduino final codes repository + +## Arduino Weight Sensor Scale with Servo Pointer This repository contains two Arduino sketches designed to estimate mass using different types of force/weight sensors and display the result both digitally (via the serial monitor) and analogically (using a servo motor as a pointer).