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 pavan.nandyala

  1. P

    [Moved] Buzzer Program for LPC 2148

    Re: led Program for LPC 2148 #include <LPC214x.h> #include <stdio.h> #define LED 0 #define Switch 7 void Delay(int); int main(void) { unsigned char Status=1; PINSEL0 &= 0x00000000; //Configure P0.0 - P0.31 as GPIO IO0DIR = 0x00 << Switch; //Configure 0.0 Input IO0DIR |= 0x01 <<...
  2. P

    [Moved] Buzzer Program for LPC 2148

    Re: Buzzer Program for LPC 2148 ;||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||; ;|| ||; ;|| Title : Buzzer.c ||; ;|| Status : Completed! ||; ;|| Features : ON/Off buzzer with time delay...

Part and Inventory Search

Back
Top