aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x/src
diff options
context:
space:
mode:
authorrafael <[email protected]>2025-04-14 09:26:53 +0200
committerGitHub <[email protected]>2025-04-14 09:26:53 +0200
commit4e90c535d24b4c575c2fc63556738ebc24ddab5f (patch)
treeca18436c91c0dad0992661617ea4c27471fa2691 /examples/rp235x/src
parentbed6dde744d6e2f2e8af42dfc3a39d80d29d1ad2 (diff)
Update adc.rs
Diffstat (limited to 'examples/rp235x/src')
-rw-r--r--examples/rp235x/src/bin/adc.rs2
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 @@
1o//! 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]