We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
can I make a 2 dimensional Array in the ROM? Please tell me how I can do this. mfg Stephan
For example:
code const unsigned char ARR2D[2][5]={{1,3,5,7,9},{2,4,6,8,10}};