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 peiwei_Studio

  1. P

    How to set Proteus 7 Segment Refresh rate with PIC 16F628A

    These are different. /*********************************************************** Part of old code ***********************************************************/ //for example DD0=0x7D display="6",DD1=0x4F display="3" PORTB = DD0;//DD0=0x7D RA0_bit = 0;// Select Ones Digit, display X X X 6...
  2. P

    How to set Proteus 7 Segment Refresh rate with PIC 16F628A

    unsigned short i, DD0, DD1, DD2, DD3; unsigned int Count; //------ Function to Return mask for common anode 7-seg. display unsigned short mask(unsigned short num) { switch (num) { case 0 : return 0x3F; case 1 : return 0x06; case 2 : return 0x5B; case 3 : return 0x4F; case 4 : return...

Part and Inventory Search

Back
Top