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 rohanmartin08

  1. R

    Digital clock program using AT892051

    Is the code for time atleast correct? mscount++; /* Generate 1ms Delay*/ if(mscount>=1000) { mscount=0; Seconds++; if(Seconds>=60) { Seconds=0; Minutes++; if(Minutes>=60) { Minutes=0; Hours++; if(Hours>=13)...
  2. R

    Digital clock program using AT892051

    I have written a code for digital clock. Is the following code correct? #include <AT892051.H> #include <stdio.h> #include <intrins.h> sbit DigitShiftregisterSerialPin=P1^0; /* Character to be transfered through thisbit in parallel*/ sbit DigitShiftregisterClockPin=P1^1; /*...

Part and Inventory Search

Back
Top