mirror of
				https://github.com/jhbruhn/eurorack.git
				synced 2025-10-31 19:36:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "gpio.h"
 | |
| 
 | |
| #include <stm32f37x_conf.h>
 | |
| 
 | |
| 
 | |
| void GPIO::Init() {
 | |
| }
 | |
| 
 | |
| void GPIO::Write(GPIO_TypeDef* port, uint16_t pin, bool state) {
 | |
| }
 |