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