gpiocdev 0.8.0

Access GPIO lines on Linux using the GPIO character device
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2022 Kent Gibson <warthog618@gmail.com>
//
// SPDX-License-Identifier: Apache-2.0 OR MIT

/// Asynchronous wrappers for the Tokio reactor.
#[cfg(feature = "async_tokio")]
pub mod tokio;

/// Asynchronous wrappers for the async-io reactor.
#[cfg(feature = "async_io")]
pub mod async_io;