micropython 4x4 matrix input
it displays some random key codes like 3 per time i press 1 key
3 Replies
like 456 when i press key 1
GitHub
GitHub - PerfecXX/MicroPython-SimpleKeypad: MicroPython library for...
MicroPython library for interfacing with a keypad matrix - PerfecXX/MicroPython-SimpleKeypad
are u sure that keys[c * 4 + r] should not be keys[r* 4 + c] ?