35% max PWM.

This commit is contained in:
Chris Trimble 2024-07-12 17:35:47 -05:00
parent d8defc32a8
commit 7f9aa4ba88

View File

@ -49,7 +49,7 @@ typedef struct EMA_Filter
#define SLIDER_COEFF 0.30f
#define MAX_PWM_VALUE (10000u)
#define PWM_LIMIT (100.0f)
#define PWM_LIMIT (35.0f)
#define BTN_POLL_TIME (100u)
#define UART_LOOP_TIME (1000u)