0
I’m making a program for the Arduino written in C++ to turn on and off leds when a button is pressed. I want to save in an EEPROM memory the values of the leds that are connected and the amount of luminosity.
I thought to use an array, so the first element would be the reference for the specific object and the second amount of luminosity. I’m still new to programming in general, I did a little research and I ended up trying to use a bi-dimensional array, which ended up not working perfectly.
Your question does not contain a question XD Be more specific. And it is always good to put what you have already done.
– Lucas Virgili