how can i store long integer in 24LC256 like example 32510
maverh
Posts: 7
Hi,
how can i store long integer in 24LC256 like example 32510
regards
how can i store long integer in 24LC256 like example 32510
regards
Comments
In the attached program, I modified a Jon Williams program for use with a 24C04, the WORD (VAR kitty) gets split into two BYTEs, the two BYTEs get written into addrs 14, 15 and then those addresses are·read back and re-assembled·into a WORD (VAR readback.)
It work