#timeout #embedded-hal #timer #macro

no-std embedded-timeout-macros

Macros for working with timeouts on top of embedded-hal APIs

3 releases (breaking)

0.3.0 Aug 12, 2020
0.2.0 Jun 13, 2019
0.1.0 Apr 20, 2019

#56 in #timeout

33 downloads per month
Used in 3 crates (2 directly)

0BSD license

15KB
76 lines

Rust Embedded Timeout Macros crates.io Documentation Build Status

Introduction

Rust macros for working with timeouts on top of embedded-hal APIs.

Usage

Include this crate in your Cargo project by adding the following to Cargo.toml:

[dependencies]
embedded-timeout-macros = "0.3"

Documentation

Please refer to the API Reference.

[Example programs] are available in the rust-dwm1001 repository.

License

This project is open source software, licensed under the terms of the Zero Clause BSD License (0BSD, for short). This basically means you can do anything with the software, without any restrictions, but you can't hold the authors liable for problems.

See LICENSE for full details.

Supported by Braun Embedded

Dependencies

~71KB