feat: add 0x03_button_rust driver with 8 unit tests

This commit is contained in:
Kevin Thomas
2026-03-25 11:37:45 -04:00
parent e5f6bb7f15
commit 12da31297e
18 changed files with 1677 additions and 0 deletions
+1
View File
@@ -518,6 +518,7 @@ Rust ports of the C drivers above using `rp235x-hal`. Each Rust driver folder co
|--------|-------------|------------|
| [0x01_uart_rust](drivers/0x01_uart_rust) | Raw UART transmit / receive | `rp235x-hal`, `embedded-hal-nb` |
| [0x02_blink_rust](drivers/0x02_blink_rust) | GPIO output LED blink | `rp235x-hal`, `embedded-hal` |
| [0x03_button_rust](drivers/0x03_button_rust) | Push-button input with debounce | `rp235x-hal`, `embedded-hal` |
<br>