Started writing firmware

This commit is contained in:
2022-04-15 13:10:20 +02:00
parent 7c1e8e2bad
commit eae98a8f39
5 changed files with 164 additions and 0 deletions

8
firmware/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[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]