From 83cb1cacd840369558109838e1adb9d77100dd24 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 10 Apr 2025 16:48:03 +0200 Subject: [PATCH] update readme to add the dependencies --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5261dbb..0b46563 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # I2D_Project_15 +For this project you will need to install 2 dependencies + +# DHT sensor library + +https://github.com/adafruit/DHT-sensor-library + +# Adafruit Unified Sensor Driver + +https://github.com/adafruit/Adafruit_Sensor + +To install the libraries just download the source code in zip and import them in arduino ide