hi,

I have already read the OlympicTimer document and it is hard for me to undertand how it works(TMR)?
That is the reason I am asking you?
Let's have an example:

Check all the portb of the PIC A for trigger
SELECT CASE PORTB
CASE 00000001
STORE TMR1 <------
CASE 00000010
STORE TMR1 <------
CASE 00000100
STORE TMR1 <------
CASE 00001000
STORE TMR1 <------
CASE 00010000
STORE TMR1 <------
CASE 00100000
STORE TMR1 <------
CASE 01000000
STORE TMR1 <------
CASE 10000000
STORE TMR1
END SELECT


How I can do that?How I can start the TMR RUNNING?

Please advice
Nikos