PWM timming correction - TIM2

This commit is contained in:
StefansE
2026-04-03 22:08:13 +02:00
parent ae5cafbd67
commit 377c5c74fd
5 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
static void set_byte(uint32_t pos, uint8_t value);
uint8_t pwm_reset[RESET_LEN] = {0};
uint8_t pwm_full = 90;
uint8_t pwm_full = 100;
uint8_t ledStripBuffer[RESET_LEN + LED_N * 24 + 1] = {0};