This commit is contained in:
geoffsee
2025-07-20 11:05:22 -04:00
commit f4272d9c1b
5 changed files with 802 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "gnss-reader"
version = "0.1.0"
edition = "2024"
[dependencies]
serialport = "4.2"