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 SidJhamb

  1. S

    Error in AVR-GCC code...please help !

    I am using this code now..it is not showing any error but is not giving the required output..Can you please spot the mistake ?? #define F_CPU 1000000UL #include<avr/io.h> #include<avr/interrupt.h> #include"lcd.h" #include"lcd.c" volatile uint16_t count=0; volatile uint16_t millisecond=0...
  2. S

    Error in AVR-GCC code...please help !

    Sir my objective is to build an rpm meter using ATmega8L.I have written the following code using timers and interrupts. #define F_CPU 1000000UL #include<avr/io.h> #include<avr/interrupt.h> #include"lcd.h" #include"lcd.c" volatile uint16_t count=0; volatile uint16_t rps=0; volatile uint16_t...

Part and Inventory Search

Back
Top