diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,11 +7,13 @@ Installation 1. Add the following lines to your Pi's /etc/modules > w1-gpio + > w1-therm 2. Reboot, or run: > sudo modprobe w1-gpio + > sudo modprobe w1-therm 3. Set the correct settings in the config.yml file @@ -22,5 +24,7 @@ Running The software runs like an initscript. Once started, it daemonises and returns you to a terminal. > ruby temp.rb start + > ruby temp.rb restart + > ruby temp.rb stop |