Hello,
a] To write a value(Say integer 12,000 to 30,000) in 24C04 using I2cwrite should I use
a vriable declared as byte or word ?
I guess word. (becasue 12000 will be more than 8 bits in binary ?) What is the right one.Code:i2c_read_value var word 'Is it the right one ?
b] And to store a value of integer 12000 in a vairable do I declare it like this ?
Code:delay_value var word 'Most likely byte is incorrect
Thanks
Bookmarks