Skip to content

Commit cd800ce

Browse files
Merge #395
395: Add Interruptable for Dynamic r=burrbull a=mryndzionek Simple change - allows using interrupts with Dynamic pins. Co-authored-by: Mariusz Ryndzionek <mryndzionek@gmail.com>
2 parents 9876d19 + 6d127fc commit cd800ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gpio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ use sealed::PinMode;
189189

190190
use sealed::Interruptable;
191191
impl<MODE> Interruptable for Input<MODE> {}
192+
impl Interruptable for Dynamic {}
192193

193194
/// External Interrupt Pin
194195
pub trait ExtiPin {

0 commit comments

Comments
 (0)