Removed prescaler define from avr i2c, as it was impossible to use (#6617)
This commit is contained in:
		
							parent
							
								
									b7ddf64b54
								
							
						
					
					
						commit
						edc8283572
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,6 @@ The following defines can be used to configure the I2C master driver.
 | 
			
		|||
|Variable          |Description                                        |Default|
 | 
			
		||||
|------------------|---------------------------------------------------|-------|
 | 
			
		||||
|`F_SCL`           |Clock frequency in Hz                              |400KHz |
 | 
			
		||||
|`Prescaler`       |Divides master clock to aid in I2C clock selection |1      |
 | 
			
		||||
 | 
			
		||||
AVRs usually have set GPIO which turn into I2C pins, therefore no further configuration is required.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue