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