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

Support for embedded-hal 1.0.0 and async #5

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 20, 2024

  1. Update for embedded-hal 1.0

    madmo committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3869047 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Adding support for async using a feature as a toggle. Based heavily o…

    …n the work by @tazz4843. The reason I did not use his branch is that I wanted this to be based on embedded-hal-1.0.0. Since the signatures changed, this allowed for puttign all the methods in the same impl block and then feature gating them.
    bbustin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b275eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Updated README

    - information about async feature
    - use of embedded-hal 1.0.0
    - updated the example
    bbustin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    76260e4 View commit details
    Browse the repository at this point in the history
  2. incremented the version

    bbustin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    599e1d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix clippy warnings

    madmo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7b9bccc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Forking sht4x

    bbustin committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cd72824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d6bff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb7013 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #1 from madmo/async

    fix clippy warnings
    bbustin authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    044244d View commit details
    Browse the repository at this point in the history