diff --git a/README.md b/README.md index 87bd62e74a544689d97c3350e4bc0e856ebbec6e..e47156908336c8bf51f6efc5bd8fc15c494fac23 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The application window will open. ## Constructing the temperature sensor -The temperature sensor used to develop this project was constructed following [this guide](https://www.circuitbasics.com/arduino-thermistor-temperature-sensor-tutorial/). Due to equipment availability, a PT1000 thermistor was used in series with a 1.1 kOhm resistor, along with an Arduino NANO Every. +The temperature sensor used to develop this project was constructed following [this guide](https://www.circuitbasics.com/arduino-thermistor-temperature-sensor-tutorial/). Due to equipment availability, a PT1000 thermistor was used in series with a 1.1 kOhm resistor, along with an Arduino NANO Every. Instructions for how the Steinhart-Hart coefficients were calculated are given as comments in the Arduino INO file. ## Arduino code