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 Nuwan Tharaka

  1. N

    Falling edge detection code for PIC - MikroC Compiler

    thanks all you guys for the answers! But still little bit confused! @betwixt how to write that? please give me a code example actually I want the most simplest explanation as I am a newbie,so think you are telling all these to a person who does not know anything about it! thanks guys I really...
  2. N

    Falling edge detection code for PIC - MikroC Compiler

    I was following a tutorial in mikroc and there I experimented a code for getting a output (light a led) when a button is pressed; there the author had used falling edge detection for the button and I have problem with understanding that part;I asked several persons and didnt get a satisfactory...
  3. N

    [SOLVED] Help me out with the following PIC code MikroC

    Fvm thank you! thank you! thank you!! :D :D finally it worked !! thank you very much guys all of you!1=
  4. N

    [SOLVED] Help me out with the following PIC code MikroC

    Ian Rogers? I my self tidied it up as you said!
  5. N

    [SOLVED] Help me out with the following PIC code MikroC

    @FvM & hexreader I've been trying to do the same task by another method,it doesnt work either!whats the wrong here?? unsigned int i; void main() { trisb=0; // portb all outputs portb=0; while(1) // loop { for(i=1;i<=128;i*2) // leds forward { portb=i; delay_ms(100); }...
  6. N

    [SOLVED] Help me out with the following PIC code MikroC

    @hexreader thanks for your advice!
  7. N

    [SOLVED] Help me out with the following PIC code MikroC

    I am a beginner to Pic and wrote this code for Pic16f877 using mikroc. I want to know the error,this was written for led chaser forward and reverse.This code won't simulate in proteus.Please look into this! run(); reverse(); void main() { trisb=0; } run() { portb=1...

Part and Inventory Search

Back
Top