Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Apr 17, 2024
1 parent eec4a57 commit 93b27b4
Show file tree
Hide file tree
Showing 7 changed files with 399 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ target/
.idea/
.venv/
.vscode/
.env
RND_320-KA3000-COMMANDS.pdf
RND_320-KA3000-User-Manual.pdf

230 changes: 222 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ serialport = "4.*"
human-panic = "1.*"
anyhow = "1.*"
clap = { version = "4.*", features = ["derive"] }
pyo3 = "0.21.2"

[lib]
name = "ka3005p"
path = "src/lib.rs"
crate-type = ["rlib", "cdylib"]

[[bin]]
name = "ka3005p"
path = "src/bin/ka3005p.rs"
path = "src/bin/main.rs"

[profile.release]
lto = true
Expand Down
Loading

0 comments on commit 93b27b4

Please sign in to comment.