''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' 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....

T2C0N.0 =  0                                                                   
T2CON.1 =  0                                                                   

'--------------------------------------------- 	
'Below is the POSTscaler sett0ng you chose....

T2C0N.3 =  0                                                                   
T2CON.4 =  0                                                                   
T2C0N.5 =  0                                                                   
T2CON.6 =  0                                                                   

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

TMR2 =  0                                                                      

'------------------------------------------------------
'Below is the PR2 OFFSET setting you chose....

PR2 =  255                                                                     


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