Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
This commit is contained in:
		
							parent
							
								
									0210fa5648
								
							
						
					
					
						commit
						7dffa15c16
					
				
					 93 changed files with 1750 additions and 153 deletions
				
			
		| 
						 | 
				
			
			@ -145,7 +145,7 @@
 | 
			
		|||
			/** SPI data order mask for \c SPI_Init(). Indicates that data should be shifted out MSB first. */
 | 
			
		||||
			#define SPI_ORDER_MSB_FIRST            (0 << DORD)
 | 
			
		||||
 | 
			
		||||
			/** SPI data order mask for \c SPI_Init(). Indicates that data should be shifted out MSB first. */
 | 
			
		||||
			/** SPI data order mask for \c SPI_Init(). Indicates that data should be shifted out LSB first. */
 | 
			
		||||
			#define SPI_ORDER_LSB_FIRST            (1 << DORD)
 | 
			
		||||
			//@}
 | 
			
		||||
			
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue