You did not understand my post... don't use CONSTANTS but use VARIABLES with I2C commands....
ControlByte var BYTE
.. ..
ControlByte=$C2
I2CREAD datapin,clockpin,ControlByte, [flag], errorI2C
You did not understand my post... don't use CONSTANTS but use VARIABLES with I2C commands....
ControlByte var BYTE
.. ..
ControlByte=$C2
I2CREAD datapin,clockpin,ControlByte, [flag], errorI2C
Bookmarks