From 39d9846813cdb2f9fac1125230f5a1d1390c2997 Mon Sep 17 00:00:00 2001 From: Luca Tringali Date: Thu, 24 Jan 2019 23:16:31 +0100 Subject: Article links --- termostato.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'termostato.py') 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 -- cgit v1.1