Added board hardware driver support for the Arduino Uno development board.
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
This commit is contained in:
		
							parent
							
								
									b2a30cd48a
								
							
						
					
					
						commit
						25d896a507
					
				
					 8 changed files with 143 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -115,6 +115,9 @@
 | 
			
		|||
 | 
			
		||||
			/** Selects the BUI specific board drivers, including the driver for the board LEDs. */
 | 
			
		||||
			#define BOARD_BUI           17
 | 
			
		||||
 | 
			
		||||
			/** Selects the Arduino Uno specific board drivers, including the driver for the board LEDs. */
 | 
			
		||||
			#define BOARD_UNO           18
 | 
			
		||||
			
 | 
			
		||||
			#if !defined(__DOXYGEN__)
 | 
			
		||||
				#define BOARD_          BOARD_NONE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue