-
Hi, Firstly thank you for this amazing library and all the work you are putting in to this. I have been using an MCP3428 ADC for a project. It communicates using I2C but there is only a single configuration register on the device. This means that there is no need for register selection and that any write commands are directly into the configuration register. So when you come to read the ADC and the read request writes a byte into the configuration register, it scraps the previous config and overwrites it with the new one. So what to do: Is there any way we could have a 'read_without_write' flag on the I2C_read function? I am going to look at the code this morning and see if I can make a first attempt at a solution. Thanks Greg |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi Greg, |
Beta Was this translation helpful? Give feedback.
-
@Totalis I have published a new version (5.0.0) of Telemetrix4Arduino and Telemetrix4Esp8266 and telemetrix and telemetrix-aio. |
Beta Was this translation helpful? Give feedback.
@Totalis I have published a new version (5.0.0) of Telemetrix4Arduino and Telemetrix4Esp8266 and telemetrix and telemetrix-aio.
When you get a chance, please update both the server and client software and let me know if the changes work for you. Thanks.