https://github.com/sectore/discovery-solutions
Personal solutions for challenges of https://github.com/rust-embedded/discovery
https://github.com/sectore/discovery-solutions
Last synced: 11 months ago
JSON representation
Personal solutions for challenges of https://github.com/rust-embedded/discovery
- Host: GitHub
- URL: https://github.com/sectore/discovery-solutions
- Owner: sectore
- License: mit
- Created: 2019-02-01T18:26:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T19:14:30.000Z (over 7 years ago)
- Last Synced: 2025-03-01T12:49:02.811Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal solutions for challenges of `Discovery` book
The [`Discovery` book](https://docs.rust-embedded.org/discovery/) is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language rather than the usual C/C++.
## My solutions
- [05-led-roulette](./solutions/05-led-roulette)