We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825f8ac commit ba9e242Copy full SHA for ba9e242
rp2040-hal/src/adc.rs
@@ -296,8 +296,7 @@ pub enum Error {
296
/// channel is either associated with a specific GPIO pin or attached to the internal
297
/// temperature sensor. You should put the relevant pin into ADC mode by creating an
298
/// [`AdcPin`] object with it, or you can put the ADC into `Temperature Sensing Mode`
299
-/// by calling [`Adc::take_temp_sensor()`]. Either way, the resulting objects can be
300
-/// passed to the [`OneShot::read()`][a] trait method to actually do the read.
+/// by calling [`Adc::take_temp_sensor()`].
301
///
302
/// [a]: embedded_hal_0_2::adc::OneShot::read
303
pub struct Adc {
0 commit comments