Skip to content

Commit

Permalink
expand ublox-cli example with more cli-args
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
  • Loading branch information
andrei-ng committed Nov 10, 2023
1 parent 9568b41 commit 0e831ee
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 242 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uBlox for Rust

This project aims to build a pure-rust I/O library for uBlox GPS devices, specifically using the UBX protocol.

Examples of usage of the library can be found in the [examples/](./examples) directory. A basic CLI for interacting with an uBlox device can be found in [examples/basic_cli](./examples/basic_cli/) directory. See the specific [examples/README](./examples/README.md).
Examples of usage of the library can be found in the [examples/](./examples) directory. A basic CLI for interacting with an uBlox device can be found in [examples/ublox-cli](./examples/ublox-cli/) directory. See the specific [examples/README](./examples/README.md).

Constructing Packets
====================
Expand Down
1 change: 1 addition & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[workspace]
exclude = ["target"]
members = ["*"]
resolver = "2"
239 changes: 0 additions & 239 deletions examples/basic_cli/src/main.rs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Lane Kolbly <lane@rscheme.org>", "Andrei Gherghescu <andrei.github.book663@passfwd.com>"]
edition = "2021"
name = "example-basi-cli"
name = "ublox-cli"
publish = false
rust-version = "1.70"
version = "0.1.0"
Expand Down
Loading

0 comments on commit 0e831ee

Please sign in to comment.