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*