nodemcu-firmware/docs
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
..
css Fix font-size, it's odd and inconsistent in the theme 2016-01-16 15:25:48 +01:00
de Final polishing on several pages 2016-01-16 23:11:40 +01:00
en Add i2c based module for am2320 humidity sensor 2016-02-14 15:12:42 +01:00
img Final polishing on several pages 2016-01-16 23:11:40 +01:00
js Deactivate DE translation that was used for testing 2016-01-16 23:14:27 +01:00
index.md Final polishing on several pages 2016-01-16 23:11:40 +01:00