''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' This code setting example was written for the Proton '
' Compiler from Crownhill and Associates. It shows the '
' settings that you have made in the Pic Timer 	       '
' Calculator Tool.                                     '
' 						       
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'---------------------------------------------
'Below is the oscillator setting you chose....

XTAL =  4.0                                                                    
'--------------------------------------------- 	
'Below is the prescaler setting you chose....

T1CON.4 =  0                                                                   
T1CON.5 =  0                                                                   

'------------------------------------------------------
'Below is the offset setting you chose....

TMR1 =  0                                                                      

'This occurs every   15.2590                                                   
'times a second from the settings you chose in the pic timer tool
'-------------------------------------------------