tree: f7c036b65fc22dac96757642d9a1b54ea34c1dbd [path history] [tgz]
  1. public/
  2. BUILD.bazel
  3. BUILD.gn
  4. CMakeLists.txt
  5. digital_io.cc
  6. digital_io_test.cc
  7. docs.rst
  8. OWNERS
  9. README.md
pw_digital_io/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.