From: Eric Wertz Date: Mon, 23 Jan 2023 18:41:57 +0000 (-0500) Subject: Added README.md X-Git-Url: https://ericdwertz.com/git/?a=commitdiff_plain;ds=sidebyside;p=fanduino.git Added README.md --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..06531ab --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This code is for a temperature control system that uses a fan to cool down a CPU and a heatsink. The system uses a number of macros to define target temperatures, time periods, and other constants such as the resistance and thermistor coefficients. The code contains several functions for configuring a timer, controlling the fan speed, writing data to a serial connection, and reading temperatures from a sensor and serial connection.