From 71984c2b788e6b1cb57592b01c6231cf9e6bff4b Mon Sep 17 00:00:00 2001 From: BryanMartinMirandaLeal Date: Mon, 7 Jul 2025 01:50:43 +0000 Subject: [PATCH] README File --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e6e93..20aa1aa 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ instructions: **EC.send_read_cmd();** These pair of instructions are commands defined in the libraries from Atlas Scientific imported to the Arduino IDE. -In this part, as we are addidng different sensors and circuits to our kit, we use these instructions to extract the +In this part, as we are adding different sensors and circuits to our kit, we use these instructions to extract the readings of the measurements in the sensors, so that we can process those signals and show in the _Serial Monitor_ the corresponding numeric data.