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 shahfenil08

  1. S

    mobile phone keypad programming in embedded C

    Hi add lcd header file where u get different functions for that...i have code for that..i am using codvision compliler...
  2. S

    code for 2x2 keypad interface with mega32

    #include <mega32.h> // Alphanumeric LCD Module functions #asm .equ __lcd_port=0x12 ;PORTD #endasm #include <lcd.h> #include<delay.h> //#include<stdio.h> #define KB_PORT_OUT PORTB #define KB_PORT_IN PINB void main(void) { unsigned char upperNibble, keyCode...
  3. S

    implementing menu structure on lcd

    Hi, I want to implement menu structure on 16x2 lcd...i am usning mega 32..plz help me..
  4. S

    implementin menu structure on lcd

    I want to implement menu structure on 16x2 lcd display which is interfaced with mega32. i am using codevision compiler..plz help me..

Part and Inventory Search

Back
Top