• Home
Name Date Size #Lines LOC

..--

public/pw_digital_io/03-May-2024-691316

BUILD.bazelD03-May-20241.2 KiB4943

BUILD.gnD03-May-20241.4 KiB5446

CMakeLists.txtD03-May-20241.1 KiB4440

OWNERSD03-May-202419 21

README.mdD03-May-2024407 86

digital_io.ccD03-May-20242 KiB6138

digital_io_test.ccD03-May-202410.7 KiB351257

docs.rstD03-May-202410.6 KiB285224

README.md

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