Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelkamprath/rp2040-rust-robot

A two wheel robot using Rust on the Raspberry Pi Pico as the controller.
https://github.com/michaelkamprath/rp2040-rust-robot

raspberry-pi-pico robotics rp2040 rust rust-lang two-wheel-robot

Last synced: 26 days ago
JSON representation

A two wheel robot using Rust on the Raspberry Pi Pico as the controller.

Awesome Lists containing this project

README

        

# RP2040 Rust Robot
Robot controller code in Rust for a two wheel robot driven by a _Raspberry Pi Pico (RP2040)_.

_This is a Work in Progress_

This project is a fork of the [rp2040-project-template](https://github.com/rp-rs/rp2040-project-template). See the template's [README.md](https://github.com/rp-rs/rp2040-project-template/blob/main/README.md) for details on how to build the code found here for the RP2040.

## Notes
Uses [rusty-hook](https://github.com/swellaby/rusty-hook) for precommit hooks.

## Hardware

## License

The contents of this repository are dual-licensed under the _MIT OR Apache
2.0_ License. That means you can chose either the MIT licence or the
Apache-2.0 licence when you re-use this code. See `MIT` or `APACHE2.0` for more
information on each specific licence.

Any submissions to this project (e.g. as Pull Requests) must be made available
under these terms.