Fix improper indenting of the internal board driver dispatch headers.
Slight improvements to the ADC peripheral driver example in the manual.
This commit is contained in:
		
							parent
							
								
									bfa22eca26
								
							
						
					
					
						commit
						87b57522b2
					
				
					 4 changed files with 114 additions and 110 deletions
				
			
		| 
						 | 
				
			
			@ -65,8 +65,11 @@
 | 
			
		|||
 *
 | 
			
		||||
 *      // Start reading ADC channel 1 in free running (continuous conversion) mode
 | 
			
		||||
 *      ADC_StartReading(ADC_REFERENCE_AVCC | ADC_RIGHT_ADJUSTED | ADC_CHANNEL1);
 | 
			
		||||
 *      while (!(ADC_IsReadingComplete())) {};
 | 
			
		||||
 *      printf("Conversion Result: %d\r\n", ADC_GetResult());
 | 
			
		||||
 *      for (;;)
 | 
			
		||||
 *      {
 | 
			
		||||
 *           while (!(ADC_IsReadingComplete())) {};
 | 
			
		||||
 *           printf("Conversion Result: %d\r\n", ADC_GetResult());
 | 
			
		||||
 *      }
 | 
			
		||||
 *  \endcode
 | 
			
		||||
 *
 | 
			
		||||
 *  @{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue