Example Timer Setup
TMOD = 0x62; // 01100010;
TCON = 0x50; // 01010000;
TH1 = 246;
TH0 = 6;
IE = 0x8A; // 10001010;
What does this setup do?
Previous slide
Next slide
Back to first slide
View graphic version