I guess I should rephrase.
How would I do it?
Is it possible to dedicate a portion of the memory that you can write to? For example, if I wanted to store a two dimensional array that represented what the robot knew about a maze, how would I do that?
Or a simpler case, how would I write a single int that could be used as the baseline light level for a series of runs?
Are there any functions in the AVR library that support this?