periph / conn

Go·Hardware·Lean - Interfaces
https://periph.io
Apache License 2.0
65 stars 11 forks source link

gpioutil: Use clockwork.FakeClock in WaitForEdge_Noise_* #16

Closed lutzky closed 2 years ago

lutzky commented 2 years ago

This reduces testing time by:

No further tests in debounce_test.go sleep.

Cleans up after #12

maruel commented 2 years ago

Thanks!