how function '#' in 4x4 matrix keypad 'enter' button?
simplified pseudocode:
code: [select]
index = 0
while input != #
{
buffer[index] = input
index = index + 1
}
Arduino Forum > Using Arduino > Programming Questions > Matrix keypad
arduino
Comments
Post a Comment