gpiocdev-embedded-hal 0.1.3

embedded-hal wrappers around gpiocdev Requests
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2024 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;