Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for the Rust Embedded embedded-hal #540

Merged
merged 1 commit into from
May 28, 2024

Commits on May 2, 2024

  1. Initial support for the Rust Embedded embedded-hal

    This is very initial support for the embedded_hal [1]. This allows
    general embedded Rust crates to be built on top of libtock-rs with
    minimal porting effort.
    
    This currently just stubs out the support and implements the
    `digital::OutputPin` trait for GPIO pins.
    
    1: https://docs.rs/embedded-hal/1.0.0/embedded_hal/index.html
    
    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dcf5d94 View commit details
    Browse the repository at this point in the history