Hi
I have a problem understanding what this actually means
every 5ms must a computation get done . how does the timer does this when it is equal to 1
I have a problem understanding what this actually means
Code (C):
- TMOD = 0x20;
- CKCON = 0x02; //System Clock divided by 48 what does this mean
- TH1 = 0x01; //Auto reload every 0,254 ms
- TL1 = 0x01;