third_party.pigweed.src/pw_digital_io
Tim Laurence 2621ad173e all_modules: Update OWNERS files to match styling
Change-Id: Iabcf3a22486904b8ac50622a5ac9ba92fbdaf321
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/116330
Commit-Queue: Tim Laurence <timlaurence@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
2022-11-06 22:58:43 +00:00
..
public/pw_digital_io
BUILD.bazel
BUILD.gn
CMakeLists.txt pw_add_test: Migrate upstream pw_add_test to use PRIVATE_DEPS 2022-11-04 17:41:59 +00:00
digital_io_test.cc pw_digital_io: Fix provides_*() visibility 2022-06-27 17:45:11 +00:00
digital_io.cc
docs.rst
OWNERS all_modules: Update OWNERS files to match styling 2022-11-06 22:58:43 +00:00
README.md

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.