stm32/exti: expose all functionality as inherent methods.
This commit is contained in:
		@@ -8,7 +8,6 @@ use embassy::executor::Spawner;
 | 
			
		||||
use embassy_stm32::exti::ExtiInput;
 | 
			
		||||
use embassy_stm32::gpio::{Input, Pull};
 | 
			
		||||
use embassy_stm32::Peripherals;
 | 
			
		||||
use embassy_traits::gpio::{WaitForFallingEdge, WaitForRisingEdge};
 | 
			
		||||
use example_common::*;
 | 
			
		||||
 | 
			
		||||
#[embassy::main]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user