Hi again,
Using a capacite sensor that uses i2c.
After i setup the wire lib:
Wire.begin();
Wire.setClock(100000);
My deepsleep power consuption is about 0.5 mA.
I the wire lib theres no way to pause it or something like that.
Any ideas of how can i pause or disable the i2c clock?
Thanks in advance
Using a capacite sensor that uses i2c.
After i setup the wire lib:
Wire.begin();
Wire.setClock(100000);
My deepsleep power consuption is about 0.5 mA.
I the wire lib theres no way to pause it or something like that.
Any ideas of how can i pause or disable the i2c clock?
Thanks in advance
