]> git.gag.com Git - fw/altos/commit
altos: Delay checking button state until regular interrupt
authorKeith Packard <keithp@keithp.com>
Thu, 11 Sep 2025 07:19:52 +0000 (00:19 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 11 Sep 2025 07:19:52 +0000 (00:19 -0700)
commitd3ccdd2cea2b34e630e88c06239c641fd1a73a87
tree9db574f109f84e59aed56893c02147ecaf68764c
parent930a586c57831cdfea4677178453edbaaeefb68e
altos: Delay checking button state until regular interrupt

This makes sure the port configuration has settled down before
attempting to read the input pin.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_button.c