Hello
I need to know, how I can use the same array in to *.c files in one project.
I have a reading part of the serial port in my appli.c and I have a sending part over gprs in the other file entry_point.c.
Now I want to send the saved data from the serial part to the sending part. How can I use one array in both codes, which sends the data from the receiding part to the sending part?
Thx