You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
pwm_dac_saw_sampling | 2 years ago | |
res | 2 years ago | |
rtic_ws2812_pio | 2 years ago | |
sd_card_spi | 2 years ago | |
ssd1306_oled_display | 2 years ago | |
ws2812_bl_ctrl | 1 year ago | |
ws2812_led_cube | 2 years ago | |
README.md | 2 years ago | |
resources.md | 2 years ago |
README.md
WeirdConstructor's Rust Code Snippets/Projects for the rp2040 (Raspberry Pi Pico)
A link to the resource / link collection I made:
An overview of this repository:
- 8-Bit PWM DAC with an RC filter synthesizing sine and saw waveforms
- WS2812 on the Raspberry Pi Pico with Rust
- SD/MMC Card with FAT32 filesystem via SPI on Raspberry Pi Pico
If you search for a nicer documented example also have a look at my PR
for
rp-hal
: https://github.com/WeirdConstructor/rp-hal/blob/pico_sd_card_example/boards/rp-pico/examples/pico_spi_sd_card.rs