Skip to content

uf-cpe-capstone/feather-rp2040-rs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded Rust Template Project for Feather RP2040

This repo contains a simple blinky-led example in embedded rust for the Adafruit Feather RP2040. The template includes code that will configure the USB peripheral as a serial port to allow for printing of formatted strings via the write! macro. Additionally, panic messages are sent to the serial port, and will show up when properly connected to a utility such as minicom, nRF terminal, or putty.

Acknowledgements

Most of this code is adapted from this repository -- thanks!

About

A blinky-led example for the Feather RP2040 in embedded rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages