Add missing attrib to DHT12

This commit is contained in:
Mike Causer
2018-08-10 10:16:38 +10:00
parent 425aa20cb2
commit 988c8bbf14
+2
View File
@@ -1,5 +1,7 @@
"""
MicroPython Aosong DHT12 I2C driver
https://github.com/mcauser/micropython-dht12
MIT License, Copyright (c) 2016 Mike Causer
"""
class DHTBaseI2C: