Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez committed Nov 17, 2023
1 parent d2d96a8 commit 4e9ac51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/board.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ pub trait Board: Status {
fn get_pwm_duty(&self, pin: i32) -> f64;

/// Set the pin to the given duty cycle , `duty_cycle_pct` is a float between 0.0 and 1.0.
/// If the `pin` does not use PWM,
fn set_pwm_duty(&mut self, pin: i32, duty_cycle_pct: f64) -> anyhow::Result<()>;

/// Get the PWM frequency of the pin
Expand Down

0 comments on commit 4e9ac51

Please sign in to comment.