Skip to content

Commit

Permalink
pwm: default to 1kHz
Browse files Browse the repository at this point in the history
new-lib does not appear to work very well with 2 kHz
  • Loading branch information
mcspr committed Aug 19, 2022
1 parent 1bc0bcd commit 97a4e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/config/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@
#endif

#ifndef PWM_FREQUENCY
#define PWM_FREQUENCY 2000 // (Hz)
#define PWM_FREQUENCY 1000 // (Hz)
#endif

#ifndef PWM_RESOLUTION
Expand Down

0 comments on commit 97a4e0a

Please sign in to comment.