Quantcast
Channel: Microcontrollers, Programming and IoT
Viewing all articles
Browse latest Browse all 1271

Rearranging an array in the arduino

$
0
0
I am taking an array input called attempt[] from the user then according to the value of attempt I rearrange another array called user[] but the problem here is that I am able to do this only one time while I am suppose to be able to do that whenever I enter a value from the keypad

I am not sure if the problem is from the way I monitor the code using the serial or from the code itself

hope u can help me with that

thanx,







#include <Keypad.h>
const byte ROWS = 4; // four rows
const...

Rearranging an array in the arduino

Viewing all articles
Browse latest Browse all 1271

Trending Articles