Line 1: Line 1:
 
[[Category:AVR Tutorials]]
 
[[Category:AVR Tutorials]]
[http://exploreembedded.com/wiki/images/4/44/Schematic_AVR_Interfacing_Hex_Keypad.pdf '''Schematic''']
+
Let's look at interfacing a Hex keypad, the one with 16 switches; arranged in 4 columns and 4 rows. The interesting challenge is to interface 16 switches on 8 pins.  
 
+
So how does this work? The simple answer is the MCU is faster than the your fingers.
[[File:Schematic AVR Interfacing Hex Keypad.JPG|680px]]
+
Code and Explanation will be updated soon..
+

Revision as of 10:08, 24 March 2016

Let's look at interfacing a Hex keypad, the one with 16 switches; arranged in 4 columns and 4 rows. The interesting challenge is to interface 16 switches on 8 pins. So how does this work? The simple answer is the MCU is faster than the your fingers.