tree: 9b75b045b56dcb5e4e5229a49f75124683e779d2 [path history] [tgz]
  1. public/
  2. Android.bp
  3. BUILD.bazel
  4. BUILD.gn
  5. CMakeLists.txt
  6. digital_io.cc
  7. digital_io.proto
  8. digital_io_service.cc
  9. digital_io_test.cc
  10. docs.rst
  11. OWNERS
  12. 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.