Commit Graph

1 Commits

Author SHA1 Message Date
Anton Markov
f66bf12f1b pw_gpio: Add new module and interfaces
NOTE: this module will be renamed `pw_digital_io` immediately in a
follow-up change.

The Digital IO interface represents individual GPIO lines that support
some combination of input, output, and/or interrupt functionality.
The choice of supported capability, and most other configuration details
are left up to the backend implementation.

Change-Id: I27437464ff918592e69a0bdbcbe005c68f2e9ef5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/94100
Reviewed-by: Ewout van Bekkum <ewout@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Anton Markov <amarkov@google.com>
2022-06-16 21:41:46 +00:00