• Digital clock program using AT892051
    Hi, I'm writing a code for digital clock in Keil C, but I'm not getting the expected results. Can anybody please help me with the program? The code is as follows.. #include <AT892051.H> #include...
  • Digital clock program using AT892051
    Hi, I'm writing a code for digital clock in Keil C, but I'm not getting the expected results. Can anybody please help me with the program? The code is as follows.. #include <AT892051.H> #include...
  • problems with 89c2051 programming in keil
    i m doing a traffic signal project using 89c2051..now when i run my (assembly lang) program it gives two errors in keil... program is as follows>>>(i have marked the lines where i got error) ...
  • problems with 89c2051 programming in keil
    i m doing a traffic signal project using 89c2051..now when i run my (assembly lang) program it gives two errors in keil... program is as follows>>>(i have marked the lines where i got error) ...
  • I have slightly corrected the code for Digital clock program using AT892051
    #include <AT892051.H> #include <stdio.h> #include <intrins.h> sbit DigitShiftregisterSerialPin=P1^0; /* Character to be transfered through thisbit in parallel*/ sbit DigitShiftregisterClockPin=P1...