summaryrefslogtreecommitdiff
path: root/termostato.py
diff options
context:
space:
mode:
Diffstat (limited to 'termostato.py')
-rwxr-xr-xtermostato.py2
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