Rustでマイクロコントローラの世界を楽しもう Rustを通してマイクロコントローラの世界を楽しもう!
現在この本には2つのバージョンが存在します。両方ともマイクロコントローラの紹介とRustでそれらをどう扱うかを解説しています。 1つ目のバージョンはF3 Discoveryボードを使った古いバージョンです。2つ目の新しいバージョンはmicro:bitを代わりに使用しています。
- micro:bitを使った新しいバージョン (和訳作業中です): https://tomoyuki-nakabayashi.github.io/discovery/microbit
- F3 Discoveryを使った古いバージョン: https://tomoyuki-nakabayashi.github.io/discovery/f3discovery
和訳にご協力頂く際は、コントリビューションガイドをご参照下さい。不明な点があれば、お気軽にお尋ね下さい。 組込み固有の対訳表も、不完全ではありますが、用意しています。
Discover the world of microcontrollers through Rust Discover the world of microcontrollers through Rust!
There are currently two versions of this book. Both of them provide an introduction to microcontrollers and how to use Rust with them. The first is older and uses an F3 Discovery circuit board, while the second is newer and uses a micro:bit circuit board instead.
- Read the newer book, using a micro:bit: https://docs.rust-embedded.org/discovery/microbit
- Read the older book, using an F3 discovery board: https://docs.rust-embedded.org/discovery/f3discovery
- Start working on the examples from this repository
- You've got questions?
- Have a look at our discussions section on GitHub
- Maybe it has already been answered
- If not, start a new discussion
- You've found an issue?
- Have a look at our issues on GitHub
- Maybe there is already a workaround
- If not, please open a new one - or even better - a pull request for solving it
- Have fun and enjoy!
This project is developed and maintained by the Resources team.
The documentation is licensed under
- Creative Commons Attribution 4.0 License (LICENSE-CC-BY or https://creativecommons.org/licenses/by/4.0/legalcode)
And the source code is licensed under either of
-
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT License (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
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 licensed as above, without any additional terms or conditions.
Contribution to this crate is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the Resources team, promises to intervene to uphold that code of conduct.