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
app/modules/am2320.c
0 → 100644
docs/en/modules/am2320.md
0 → 100644
Please register or sign in to comment