feat: add 0x04_pwm_rust driver with 11 unit tests

This commit is contained in:
Kevin Thomas
2026-03-25 11:50:06 -04:00
parent cc4b259f72
commit aad8d6b848
18 changed files with 1641 additions and 0 deletions
+1
View File
@@ -519,6 +519,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` |
| [0x04_pwm_rust](drivers/0x04_pwm_rust) | Generic PWM output | `rp235x-hal`, `embedded-hal` |
<br>