From d4c79445f3369ae796a32945c47491b284e74191 Mon Sep 17 00:00:00 2001 From: Ethan Lewis Date: Sat, 14 Sep 2024 15:34:35 -0400 Subject: [PATCH] updated --- {DHT Sensors => DHT Sensor Testing}/DHT17.py | 0 {DHT Sensors => DHT Sensor Testing}/DHT18.py | 0 {DHT Sensors => DHT Sensor Testing}/DHT24.py | 0 {DHT Sensors => DHT Sensor Testing}/DHT_all.py | 0 README.md | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename {DHT Sensors => DHT Sensor Testing}/DHT17.py (100%) rename {DHT Sensors => DHT Sensor Testing}/DHT18.py (100%) rename {DHT Sensors => DHT Sensor Testing}/DHT24.py (100%) rename {DHT Sensors => DHT Sensor Testing}/DHT_all.py (100%) diff --git a/DHT Sensors/DHT17.py b/DHT Sensor Testing/DHT17.py similarity index 100% rename from DHT Sensors/DHT17.py rename to DHT Sensor Testing/DHT17.py diff --git a/DHT Sensors/DHT18.py b/DHT Sensor Testing/DHT18.py similarity index 100% rename from DHT Sensors/DHT18.py rename to DHT Sensor Testing/DHT18.py diff --git a/DHT Sensors/DHT24.py b/DHT Sensor Testing/DHT24.py similarity index 100% rename from DHT Sensors/DHT24.py rename to DHT Sensor Testing/DHT24.py diff --git a/DHT Sensors/DHT_all.py b/DHT Sensor Testing/DHT_all.py similarity index 100% rename from DHT Sensors/DHT_all.py rename to DHT Sensor Testing/DHT_all.py diff --git a/README.md b/README.md index 1258afe..73c28a4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Works in tandem with *wired_to_pi_TEST.ino* to retreive readings from RTD, pH, a Works in tandem with *wired_to_pi_TEST.ino* to retreive readings from RTD, pH, and EC sensors, and uploads data to the respective InfluxDB bucket/ measurement every 10 seconds **(influxdb_client package)**. -# DHT Sensors +# DHT Sensor Testing ### *DHT_all.py* Reads temperature and humidity data from **all** DHT22 sensors every 60 seconds, and prints results to console. ### *DHTXX.py*