From 988c8bbf14d539fe22d11f22d35cccf4215421c1 Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Fri, 10 Aug 2018 10:16:38 +1000 Subject: [PATCH] Add missing attrib to DHT12 --- examples/DHT12/dht12.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/DHT12/dht12.py b/examples/DHT12/dht12.py index 301994a..345af52 100644 --- a/examples/DHT12/dht12.py +++ b/examples/DHT12/dht12.py @@ -1,5 +1,7 @@ """ MicroPython Aosong DHT12 I2C driver +https://github.com/mcauser/micropython-dht12 +MIT License, Copyright (c) 2016 Mike Causer """ class DHTBaseI2C: