mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-07 23:27:43 -07:00
Use ADC_RESOLUTION 12 for all STM32 (#20562)
This commit is contained in:
parent
185e31d322
commit
28a3d95cda
2 changed files with 3 additions and 2 deletions
|
|
@ -114,10 +114,10 @@ extern "C" {
|
|||
#define NUM_ANALOG_INPUTS 7
|
||||
#define NUM_ANALOG_FIRST 80
|
||||
|
||||
#define ADC_RESOLUTION 12
|
||||
//#define ADC_RESOLUTION 12
|
||||
|
||||
// PWM resolution
|
||||
// #define PWM_RESOLUTION 12
|
||||
//#define PWM_RESOLUTION 12
|
||||
#define PWM_FREQUENCY 20000 // >= 20 Khz => inaudible noise for fans
|
||||
#define PWM_MAX_DUTY_CYCLE 255
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue