aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/uart_r503.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Example and documentation on how to Calculate correct checksum.Turbo Fredriksson2024-05-011-78/+104
| | | | | | + Include the package format documentation. + Cycle through all three colours in three different speed. - Remove the `write_cmd_bytes()`. Superfluous.
* Finish the read part.Turbo Fredriksson2024-05-011-30/+49
| | | | | | | * Don't need separate task for this. * **Must** read one byte at a time, then merge them into one Vec. * To better demonstrate, cycle through the three colours Red, Blue, Purple.
* Added PIO UART examples for rp to talk to an R503 fingerprint scanner.Turbo Fredriksson2024-05-011-0/+113