first commit
This commit is contained in:
commit
c591b2c272
50 changed files with 2650 additions and 0 deletions
12
Examples/Arduboy-Tutorials/eeprom/Cargo.toml
Normal file
12
Examples/Arduboy-Tutorials/eeprom/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "eeprom-demo"
|
||||
version = "0.1.0"
|
||||
authors = ["ZennDev <zenndev@protonmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
arduboy-rust = "1.0.0"
|
Loading…
Add table
Add a link
Reference in a new issue