Henk Vergonet a1c1e015ff Add i2c based module for am2320 humidity sensor
Example use:
> sda=1
> scl=2
> am2320.init(sda,scl)
> rh, t = am2320.read()
> print(string.format("Temperature: %s degrees C", t / 10))
> print(string.format("RH: %s %%", rh / 10))

signed-off-by: henk.vergonet@gmail.com
2016-02-14 15:12:42 +01:00
..
2016-01-20 19:40:47 +11:00
2016-01-23 22:36:35 +01:00
2016-01-24 00:02:27 +01:00
2016-01-23 22:42:55 +01:00
2016-01-20 19:40:47 +11:00
2016-01-29 18:52:38 +01:00