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

Add error propagation from the embedded_hal functions #37

Merged

Commits on Mar 3, 2024

  1. refactor: update API to propagate embedded_hal errors

    Also:
    - renamed error types to their struct names
    - renamed DriveCommand::Backwards to DriveCommand::Backward to match
      DriveCommand::Forward
    - removed the `drive_forward`, `drive_backward`, `stop` and `brake`
      functions as they are duplicates to the `drive` function with the
      different enum variants and make the API surface larger
    - cleaned up the changelog
    ripytide committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7612d79 View commit details
    Browse the repository at this point in the history