automatic room light controller with visitor counter

ok... setting up the timer is very simple. putting value in register is same like moving value to a variable. you can open the file you included "AT89X51.H" and see how the registers have defined in it.
so timer can be set like this way...
TMOD = 0x20; // timer mode setting
TH1 = 20; // put value in Timer 1 high byte
TL1 = 3; // put value in Time 1 low byte
TR1 = 1; // run the timer

this way you can ... Read Compelte post
Posted by ajay_bhargav on Wed Jul 25 2007, 02:49 pm

Downloads

Comments

CarlosAlist
Mon Jun 05 2023, 12:09 am
ElijahBah
Sun Jun 04 2023, 09:34 pm
SACew
Sun Jun 04 2023, 05:31 pm
AlexeyCap
Fri Jun 02 2023, 03:12 pm
Josephsobby
Thu Jun 01 2023, 07:33 am
liboeEscop
Wed May 31 2023, 01:12 am
protonshub
Tue May 30 2023, 12:50 pm
Francisspams
Tue May 30 2023, 01:06 am