How to interface 3x4 Keypad with atmega8535 then output--> LED
Hi all,
How to interface 3 x 4 Keypad with atmega8535.
i want to know how to program 3x4 keypad with LeD interfacing and the output as a signal.
ex:
if we press 1 : the output as '0000 0001'
if we press 2 : the output as '0000 0010'
if we press 3 : the output as '0000 0011'
...
please help me
anyone could provide schematic.
What language are you thinking of? Assembler or C ?
Once a key is pressed and the leds lit, must they remain lit
a period of time (say one second) or till the next key?
What language are you thinking of? Assembler or C ?
Once a key is pressed and the leds lit, must they remain lit
a period of time (say one second) or till the next key?
Just highlighting that requested feature ( keyboard mapping to LED output ) may be achieved with any keyboard topology ( Diodes, switches, A/D ) and any handling ( interrupt, scanning ).
Output returned from Keyboard() function, may be inserted in a map() function, wich performs translation, like that :