Add a parameter to i2c_read to suppress writing to the register before the read. This update allows one to continuously read a device that only has a single register for configuration.
Currently, if the register parameter is set to None, the register value is considered zero, and register zero is written to before the read.
Add a parameter to i2c_read to suppress writing to the register before the read. This update allows one to continuously read a device that only has a single register for configuration. Currently, if the register parameter is set to None, the register value is considered zero, and register zero is written to before the read.