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

Create UART Interface RUST #1

Open
PriyankaGoradia opened this issue Sep 18, 2024 · 0 comments
Open

Create UART Interface RUST #1

PriyankaGoradia opened this issue Sep 18, 2024 · 0 comments
Assignees

Comments

@PriyankaGoradia
Copy link

  • Create an interface in ex3_shared_libs/interfaces
  • This will be used to communicate with devices onboard the satellite that use UART
  • Should have an interface struct with a constructor that initializes the connection
  • Should contain read and write methods that use the defined Msg format in message_structure

This crate may come in handy ;) (https://crates.io/crates/serialport)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant