Okay not a problem, it started because I couldn't talk to two I2C devices at once on the same I2C1 bus. And when i say cant, i mean it really messes things up. If i try to communicate with another devices it locks up the stream and i get "Timeout on I2C Write BUSY". Im wondering if its because the whole I2C way of communicating is a singleton. Looking into now.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Okay not a problem, it started because I couldn't talk to two I2C devices at once on the same I2C1 bus. And when i say cant, i mean it really messes things up. If i try to communicate with another devices it locks up the stream and i get "Timeout on I2C Write BUSY". Im wondering if its because the whole I2C way of communicating is a singleton. Looking into now.