added demo9

This commit is contained in:
ZennDev1337 2023-09-20 14:05:43 +02:00
parent 28d1b1a6da
commit 65db708e61
11 changed files with 243 additions and 73 deletions

View file

@ -0,0 +1,11 @@
[package]
name = "demo9"
version = "0.1.0"
authors = ["ZennDev <zenndev@protonmail.com>"]
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
arduboy-rust = { path = "../../../arduboy-rust" }