diff options
| author | rafael <[email protected]> | 2025-04-14 09:26:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-14 09:26:53 +0200 |
| commit | 4e90c535d24b4c575c2fc63556738ebc24ddab5f (patch) | |
| tree | ca18436c91c0dad0992661617ea4c27471fa2691 /examples/rp235x/src | |
| parent | bed6dde744d6e2f2e8af42dfc3a39d80d29d1ad2 (diff) | |
Update adc.rs
Diffstat (limited to 'examples/rp235x/src')
| -rw-r--r-- | examples/rp235x/src/bin/adc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/adc.rs b/examples/rp235x/src/bin/adc.rs index 0a462bebd..5c4135268 100644 --- a/examples/rp235x/src/bin/adc.rs +++ b/examples/rp235x/src/bin/adc.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | o//! This example test the ADC (Analog to Digital Conversion) of the RP2350A pins 26, 27 and 28. | 1 | //! This example test the ADC (Analog to Digital Conversion) of the RP2350A pins 26, 27 and 28. |
| 2 | //! It also reads the temperature sensor in the chip. | 2 | //! It also reads the temperature sensor in the chip. |
| 3 | 3 | ||
| 4 | #![no_std] | 4 | #![no_std] |
