Skip to content

Commit

Permalink
Update lib/io/hyped_adc/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Beechey <[email protected]>
  • Loading branch information
siny-over-cosy and davidbeechey authored Feb 13, 2025
1 parent 7fd0dc4 commit cf03f53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/io/hyped_adc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
pub trait HypedAdc {
/// Read value from the ADC channel
fn read_value(&mut self) -> u16;

/// Get resolution of ADC sensor
/// Get resolution of ADC
fn get_resolution(&self) -> u16;
}

Expand Down

0 comments on commit cf03f53

Please sign in to comment.