Skip to content

Commit

Permalink
benches: update and add new get_pwm_enable method
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Dec 6, 2023
1 parent 83f4c05 commit 9239508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ fn navigator_benchmark(c: &mut Criterion) {
bench!(read_all());

// Benchmark Outputs
bench!(pwm_enable(false));
bench!(set_pwm_enable(false));
bench!(get_pwm_enable());
bench!(set_pwm_channel_value(PwmChannel::Ch1, 100));
bench!(set_pwm_freq_hz(60.0));
bench!(set_pwm_freq_prescale(100));
Expand Down

0 comments on commit 9239508

Please sign in to comment.