Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 310 Bytes

File metadata and controls

16 lines (10 loc) · 310 Bytes

Pico 2 Template

A Rust project template for Raspberry Pi Pico 2 (RP2350) development.

Usage

Generate a new project:

cargo generate --git https://github.com/ImplFerris/pico2-template.git

Options

  • HAL: Choose between Embassy (async) or rp-hal
  • defmt logging: Optional debugging support