Can you use I2C and One Wire together? deepsleep shield
-
I have a question since I2C and one wire seems that they share the same pin...
will it work with the deep sleep shield having I2C communication hooked up?
-
@iotmaker You can tell both I2C and onewire which Pin to use. For I2c, you do it by i2c.init(), for the onewire driver, it is given in the constructor of the class.