Merge pull request #24 from mcauser/dht12

Add missing attrib to DHT12 eg
This commit is contained in:
Bin
2018-08-16 11:58:21 +08:00
committed by GitHub
+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: