Skip to content

Commit

Permalink
- increased ambient light sensors power saving level
Browse files Browse the repository at this point in the history
- reduced operating ambient light level
- slight speed up of LED dimm down time
- LED PWM frequency increased to 500 Hz
  • Loading branch information
bitmagier committed Sep 8, 2024
1 parent 98e61b6 commit fbb4d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/peripheral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ where
C: LedcChannel<SpeedMode=<T as LedcTimer>::SpeedMode>,
T: LedcTimer + 'static,
{
let freq = 120.Hz();
let freq = 500.Hz();
let resolution = Resolution::Bits12;

let timer_config = TimerConfig::default()
Expand Down

0 comments on commit fbb4d3f

Please sign in to comment.