Jump to content

Mobile Phone Keypad Logic

- - - - -

  • Please log in to reply
1 reply to this topic

#1
wassupduckk

wassupduckk

    Newbie

  • Members
  • Pip
  • 1 posts
hi, i was wodnering if anyone could explain or link me to some where that can explain the logic behind mobile phone key pads, by logic i mean how the use of a timer allows a single button to be interprted as 3/4 charcaters when pressed serveal times between a curtain time interval.
thanks

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
All you need is a timer and a counter. On each press, you cycle to the next value you want to output (A, B, C, 1) and reset it back once the clock ticks a certain number of times, e.g. once a second or something.
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users