diff options
author | Luca Tringali <tringalinvent@libero.it> | 2019-01-24 23:16:31 +0100 |
---|---|---|
committer | Luca Tringali <tringalinvent@libero.it> | 2019-01-24 23:16:31 +0100 |
commit | 39d9846813cdb2f9fac1125230f5a1d1390c2997 (patch) | |
tree | beed4e855dc5b7d3611bf288ac53b9a6baa5f237 /termostato.py | |
parent | 750f480f6c57df30c11bff914652d78d4dbfec2f (diff) |
Diffstat (limited to 'termostato.py')
-rwxr-xr-x | termostato.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/termostato.py b/termostato.py index a91578e..a7d206c 100755 --- a/termostato.py +++ b/termostato.py @@ -1,6 +1,8 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- +# https://www.codice-sorgente.it/2019/01/un-termostato-touchscreen-con-raspberrypi/ + import RPi.GPIO as GPIO import w1thermsensor import sys, os |