Skip to content

uorocketry/argus

Repository files navigation

ARGUS

uORocketry's rocket instrumentation system.

Setup and Building

  • Install Rust using downloader or script https://www.rust-lang.org/tools/install
  • curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • cargo install probe-rs --version 0.23.0
  • cargo install cargo-make
  • git clone https://github.com/uorocketry/argus.git
  • cargo b

Documentation

cargo doc --open

Running code

cargo run --bin {board}

Tests

  • To run device tests cargo make test-device
    • cargo make test-temperature-board
  • To run host tests cargo make test-host

Helpful VSCode Extensions

  • probe-rs.probe-rs-debugger
  • rust-lang.rust-analyzer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages