Hi,
I've read this a number of times, but can't see how '0x1e' plus 1BIT, is used, unless it's just an example.
The Plus 1BIT is also a puzzle, the 'i,e, 0x3D for READ and 0x3C for WRITE. 0x3C %00111100 and %00111101 which is the LSBIT. I'm sure that sometimes the MSBIT is used for READ/WRITE.
It's I²C with an address of 0x1E and an additional bit is added on the end to tell the device if you want to read or write so it becomes 0x1E shifted left 1 and an additional bit added which results in 0x3C or 0x3D.
I'm pretty sure Commend is a typo and means command.
It's I²C with an address of 0x1E and an additional bit is added on the end to tell the device if you want to read or write so it becomes 0x1E shifted left 1 and an additional bit added which results in 0x3C or 0x3D.
I'm pretty sure Commend is a typo and means command.