I am currently working with an Arduino Mega and a SainSmart LCD and I have gotten most of my project to work except for a problem I am currently having.
On my LCD screen, I have various buttons, and these buttons in my code, correlate with an array. Thus, when a user presses the button, the array stores that value.
I have created a one line array that contains 12 int values. The following is where I am getting stuck:
I would like to save the array and be able to recall it as needed.
I have created a page where there are "saved programs" and there are buttons that coordinate the order of how the arrays were saved.
I would like to be able to save the arrays and then when I press the button, the arrays can be called on and the task performed.