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

Fix SPI communication #43

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

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    f243937 View commit details
    Browse the repository at this point in the history
  2. Fix SPI comunication

    This fixes VersBinarii#25.
    
    Any try to call the `init` function will fail with an `UnsupportedChip`
    error without this (using the defautl `sync` feature).
    
    Previous attempts were made to fix this (VersBinarii#28 and VersBinarii#38) but these where
    made before `embedded-hal` `1.0.0` and currently have conflicts
    preventing their merge (and can't directly be used in a project using
    `embedded-hal` `1.0.0`
    
    closes VersBinarii#28
    fredszaq committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5cada25 View commit details
    Browse the repository at this point in the history