i have a program that causes an LED on an 8051 controller to blink 5 times a second. here is what controlls the timer interrupt:
using a system clock at 12 mHz, the timer will create interrupts at a 10Hz rate. How would i make it interrupt every 1/4 of a second?Code:Timer3_Init (SYSCLK / 12 / 10);



LinkBack URL
About LinkBacks


