 44062b5056
			
		
	
	
		44062b5056
		
			
		
	
	
	
	
		
			
			Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6A73@pm.me>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Copyright 2023 Cole Smith (@boardsource)
 | |
| // SPDX-License-Identifier: GPL-2.0-or-later
 | |
| #pragma once
 | |
| 
 | |
| #define HAL_USE_I2C TRUE
 | |
| #define HAL_USE_PWM TRUE
 | |
| #define HAL_USE_SPI TRUE
 | |
| 
 | |
| #include_next <halconf.h>
 |