Posts by TheGMX • 41 points
3 posts
-
3
votes1
answer265
views -
0
votes1
answer368
viewsQ: Save bi-dimensional array to EEPROM memory
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…
-
1
votes1
answer280
viewsQ: C++ if select object
I am making a program for Rduino written in C++ to turn on and off leds when a button is pressed. I created an Led class and put in it the methods, now I wrote an if that checks when a button is…