I'm still learning C after programming AVR's with assembler for several years.
My question is about arrays. I've been reading that it is best to avoid using global variables. What about arrays? If you have an array that you need to access from several functions what's the best way to do it?
Regards,
Stewart.