Search found 1 match

by ichigohollow
05 Jun 2010 15:16
Forum: mikroC General
Topic: interruption
Replies: 1
Views: 1230

interruption

i have a program in microc in which i'll show a message throw a LCD 16*2 and i use an interruption of timer0 but the simulation in Proteus isis don't work this is my program if there ara mistakes unsigned cnt; void interrupt() { cnt++; // Increment value of cnt on every interrupt TMR0 = 96; INTCON.I...

Go to advanced search