aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/pio_programs/hd44780.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Add PIO clock divider utility and refactor related modules1-rafael-12025-05-031-9/+5
* Scale clock dividers in HD44780, rotary encoder, and stepper driver based on ...1-rafael-12025-04-261-2/+13
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-13/+11
* Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-011-2/+2
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-181-2/+2
* Move pio programs into embassy-rpCaleb Jamison2024-10-091-0/+203