Skip to content

rust crates for model railroad control based on embedded-hal

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

niclashoyer/loco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust loco

Crates and components for model railroad control. This project started as a rust learning excercise around christmas to learn embedded rust while the model train ran around the christmas tree.

It was originally based on embedded-hal 0.2.7. Unfortunately a lot of traits (especially timers) got removed for the final 1.0.0 release. A partial port to async rust (with embassy) is in the async branch.

Tests where added on the go. Take this project as it is: a learning excercise and a playground for model railroads ☺️

crate description
core core traits and types used by all other crates (e.g. addresse, functions, macros)
dcc Digital Command Control (DCC) driver implementation
susi Serial User Standard Interface (SUSI) driver implementation
xpressnet XpressNet driver implementation
z21 partial Z21 LAN Protocol implementation based en embedded-nal
command-station basic command station implementation with a Raspberry Pi example

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

rust crates for model railroad control based on embedded-hal

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages