added serial demo and fixed some issues with str
This commit is contained in:
parent
5dbe66e910
commit
82650ccdd8
9 changed files with 510 additions and 163 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -194,6 +194,13 @@ version = "1.0.18"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
||||
|
||||
[[package]]
|
||||
name = "serial"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"arduboy-rust",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "snake"
|
||||
version = "0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue