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-14 22:46:12 +01:00
2016-01-19 15:19:11 +11:00
2016-01-27 22:06:24 +01:00
2016-01-27 10:52:13 +11:00
2016-01-10 23:32:51 +01:00
2016-01-27 22:06:24 +01:00
2016-01-17 14:05:41 +01:00
2016-01-27 22:06:24 +01:00
2016-02-09 20:30:58 +01:00
2016-01-29 18:52:38 +01:00
2016-01-10 21:54:37 +01:00
2016-01-20 09:34:45 +08:00
2016-01-11 23:57:42 +01:00
2016-01-11 23:57:42 +01:00