Skip to content
Commit 9ce8c6e2 authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
Browse files

gpio: Add gpio-fsm driver



The gpio-fsm driver implements simple state machines that allow GPIOs
to be controlled in response to inputs from other GPIOs - real and
soft/virtual - and time delays. It can:
+ create dummy GPIOs for drivers that demand them,
+ drive multiple GPIOs from a single input, with optional delays,
+ add a debounce circuit to an input,
+ drive pattern sequences onto LEDs
etc.

Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
parent f5326852
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment