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 imedx86

  1. I

    [PIC] PIC18F877A Stepper Motor Controller, Proteus Simulation

    hi, i m just a beginner in Mikro C if you are free and want to help by do a programme for me thank you in advance
  2. I

    [PIC] PIC18F877A Stepper Motor Controller, Proteus Simulation

    that is the pattern and the code to vary the speed of a stepper motor with push-button how do this function with ADC thank you char a,b; void interrupt() { if(intcon.rbif) { if(portb.b4==0) {a++;} if(portb.b5==0) {a--;} if(a==10) a=9; if(a==0) a=1; } intcon.rbif=0; } speed();void speed() {...

Part and Inventory Search

Back
Top