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 jaredsweesy

  1. J

    [PIC] How to stored frequency to eprom

    Hi There, I am a newbie, could anyone help me to solved my problem, here are : if(PORTA.F0 == 0) { delay_ms(180); if(++up>350)up=250; frek(up); } if(PORTA.F1 == 0) { delay_ms(180); if(--dw<250)dw=350; frek(dw); //How to stored frequency after PORTA.FI or PORTA.F0 pressed That mean once...

Part and Inventory Search

Back
Top