Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by vaghn73

  1. V

    saving keypad pressed help

    i have tried this one. but still it doesnt work.. pls help me check this one.thanks.. void code_enter(void) { while(PORTB!=12) { scanned_key = scan_keypad(); decoded_key = decode_key(scanned_key); display_key(decoded_key); if(PORTB!=0) { code1[i] = decoded_key; i++...
  2. V

    saving keypad pressed help

    i hav tried ur suggestion. but i stil cant have the output that i want. i think its because of the while(1) condition. how can i save the pressed key?pls help me with the code.plsss...
  3. V

    saving keypad pressed help

    this code works just fine. everytime a key is pressed, its binary equivalent is reflected at portB. but im having a problem on how i can store each value that is pressed on certain register(say press[i]).the user can save as many digits as he wants but will terminate if * is pressed. can someone...

Part and Inventory Search

Back
Top