From 211ff7da27f0b72262e3d030e99d0aab64d7d241 Mon Sep 17 00:00:00 2001 From: James Chaloupka Date: Mon, 15 Feb 2021 21:00:14 -0600 Subject: [PATCH] Add Credit Links --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 318d301..c44e74d 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,11 @@ The furnRestart.sh is the script to quickly restart the process if needed during ## Requirements: Program requirements (as written): (feel free to fork it and convert to Python 3.x...) + Python 2.7 -+ pigpio For reading the Thermocouples (MAX6675) -+ paho-mqtt For MQTT broker connection -+ W1ThermSensor For 2 wire temp sensors (DS18B20) -+ Adafruit_DHT For temp / humid sensors (AM2302) ++ [pigpio](http://abyz.co.uk/rpi/pigpio/python.html) For reading the Thermocouples (MAX6675) ++ [max6675](https://github.com/tdack/MAX6675) Thermocouple demux code ++ [W1ThermSensor](https://github.com/timofurrer/w1thermsensor)For 2 wire temp sensors (DS18B20) ++ [Adafruit_DHT](https://github.com/adafruit/Adafruit_Python_DHT) For temp / humid sensors (AM2302) ++ [paho-mqtt](https://pypi.org/project/paho-mqtt/) For MQTT broker connection **If you have any questions, comments or additions be sure to add an issue and bring them up on my Discord Server:**