Basic example project with Rust on Raspberry Pi Pico hardware
This project parses UART input into Morse Code, and flashes the LED.
Based on example from https://github.com/rp-rs/rp-hal
Released under MIT license. See LICENSE.
The contents of this repository are dual-licensed under the MIT OR Apache
2.0 License. That means you can choose either the MIT license or the
Apache-2.0 license when you re-use this code. See MIT
or APACHE2.0
for more
information on each specific license.
Any submissions to this project (e.g. as Pull Requests) must be made available under these terms.