Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
public/pw_digital_io/ | 03-May-2024 | - | 691 | 316 | ||
BUILD.bazel | D | 03-May-2024 | 1.2 KiB | 49 | 43 | |
BUILD.gn | D | 03-May-2024 | 1.4 KiB | 54 | 46 | |
CMakeLists.txt | D | 03-May-2024 | 1.1 KiB | 44 | 40 | |
OWNERS | D | 03-May-2024 | 19 | 2 | 1 | |
README.md | D | 03-May-2024 | 407 | 8 | 6 | |
digital_io.cc | D | 03-May-2024 | 2 KiB | 61 | 38 | |
digital_io_test.cc | D | 03-May-2024 | 10.7 KiB | 351 | 257 | |
docs.rst | D | 03-May-2024 | 10.6 KiB | 285 | 224 |
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