Started to move to submodule-based setup, to test motion control outside of firmware

This commit is contained in:
2022-04-15 17:56:42 +02:00
parent 574a60cbb6
commit 9c23fcbabb
5 changed files with 11 additions and 9 deletions

2
firmware/Cargo.lock generated
View File

@@ -3,5 +3,5 @@
version = 3
[[package]]
name = "film-scanner-fw"
name = "jerk_control"
version = "0.1.0"

View File

@@ -1,8 +1,2 @@
[package]
name = "film-scanner-fw"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[workspace]
members = [ "jerk_control" ]

View File

@@ -0,0 +1,8 @@
[package]
name = "jerk_control"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]