third_party.pigweed.src/pw_digital_io/README.md
Anton Markov 86312ba21e pw_digital_io: rename from pw_gpio
As per discussion in the change that adds pw_gpio, we would like to name
the module pw_digital_io. Doing the rename in a follow-up change makes
the original discussion easier to follow.

Change-Id: I27a40e3f4899b2a3498323457866b785ca0ddc06
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/98040
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Anton Markov <amarkov@google.com>
2022-06-16 22:19:43 +00:00

8 lines
407 B
Markdown

This directory contains the `pw` Digital IO Hardware Abstraction Layer (HAL).
This HAL defines interfaces for working with Digital IO lines that provide
different combinations of capabilities (input, output, and/or interrupts).
Hardware specific backends provide implementations of these interfaces for
different hardware platforms.
Warning: This module is under construction and may not be ready for use.