Hi,
Is there are problem when I assign both the i2c_tx_buffer and
i2c_rx_buffer array to the same memory location?

so

var byte i2c_tx_buffer[65]
var byte i2c_rx_buffer[65] at i2c_tx_buffer[0]


At a quick look it seems there no issue, because rx buffer is only
filled after usage of the tx buffer
Albert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to