From 1d59716a6466173d6e87f47797d24d41b19442ce Mon Sep 17 00:00:00 2001 From: Saarth Deshpande Date: Sat, 17 Jul 2021 16:52:32 +0530 Subject: [PATCH] Update README.md --- 1-getting-started/lessons/3-sensors-and-actuators/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-getting-started/lessons/3-sensors-and-actuators/README.md b/1-getting-started/lessons/3-sensors-and-actuators/README.md index dae8f583..1e17e0de 100644 --- a/1-getting-started/lessons/3-sensors-and-actuators/README.md +++ b/1-getting-started/lessons/3-sensors-and-actuators/README.md @@ -27,8 +27,8 @@ Sensors are hardware devices that sense the physical world - that is they measur Some common sensors include: -* Temperature sensors - these sense the air temperature or the temperature of what they are immersed in. For hobbyists and developer, these are often combined with air pressure and humidity in a single sensor. -* Buttons - they sense when they have been pressed. +* Temperature sensors - these sense the air temperature or the temperature of what they are immersed in. For hobbyists and developers, these are often combined with air pressure and humidity in a single sensor. +* Buttons - these sense when they have been pressed. * Light sensors - these detect light levels and can be for specific colors, UV light, IR light, or general visible light. * Cameras - these sense a visual representation of the world by taking a photograph or streaming video. * Accelerometers - these sense movement in multiple directions.