feat: add 0x06_adc_rust driver with 9 unit tests

This commit is contained in:
Kevin Thomas
2026-03-25 12:25:09 -04:00
parent 05ae72d0a1
commit bfb6f5541e
18 changed files with 1581 additions and 0 deletions
+1
View File
@@ -528,6 +528,7 @@ cargo test --lib --target x86_64-pc-windows-msvc
| [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` |
| [0x05_servo_rust](drivers/0x05_servo_rust) | SG90 servo motor control | `rp235x-hal`, `embedded-hal` |
| [0x06_adc_rust](drivers/0x06_adc_rust) | 12-bit ADC voltage + temperature | `rp235x-hal`, `embedded-hal` |
<br>