Open GoogleCodeExporter opened 8 years ago
I have successfully read the frequency of a RH10D humidity sensor.
hacky code below which discovered this buggette.
i2c.BBmode()
print "Requesting Freq check"
i2c.raw_cfg_pins(PinCfg.AUX);
i2c.raw_set_pins(BBIOPins.AUX | BBIOPins.PULLUP | BBIOPins.POWER);
i2c.port.write("\x16")
i2c.timeout(2)
raw_data = i2c.response(4, True)
Original comment by mohcl...@gmail.com
on 21 Feb 2012 at 3:14
This is a duplicate of issue 47
Original comment by berh...@gmail.com
on 26 Feb 2013 at 1:16
Original issue reported on code.google.com by
mohcl...@gmail.com
on 21 Feb 2012 at 3:12