Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 653 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 653 Bytes

Picorust

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

License

Released under MIT license. See LICENSE.

rp-hal License at time of use:

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.