Quote Originally Posted by Scampy View Post
I used the following to send word variable values to a PCA chip..
making a special case where endianness needs to be managed.

the pca chip requires the data sent low byte first, i2cread/write natively send high byte first.


to do that for a eprom is just a typing exercise