I have a function - void write_byte(unsi gned long addr, unsigned char data)
and function - unsigned char read_byte(unsig ned long addr).
I need a function, that in each addr write a data, and read from addr this data. How could I realize it?
and function - unsigned char read_byte(unsig ned long addr).
I need a function, that in each addr write a data, and read from addr this data. How could I realize it?
Comment