Re: Proper Technique of Setting Config Values
		
		
				
				
		
			
				
					Darrel showed me to do it this way in PBP, not PBP3 :
16F690
	Code:
	@MyConfig = _INTRC_OSC_NOCLKOUT & _WDT_OFF & _PWRTE_ON  
@MyConfig = MyConfig & _MCLRE_OFF & _BOR_OFF & _FCMEN_OFF & _IESO_OFF 
@ __config  MyConfig
 
				
			 
			
		 
			
			
			
				
					Last edited by Archangel; - 4th March 2015 at 00:48.
				
				
			
			
			
                        	
		         
			
			If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
			
			
		 
	
Bookmarks