From 2f6db87bf33ae6c5bc69aca50d1641e32e08d2c7 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sun, 3 Jan 2021 15:19:53 +0100 Subject: [PATCH] improve ws2812B timmings --- extdrv/ws2812.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extdrv/ws2812.c b/extdrv/ws2812.c index 809c764..150f674 100644 --- a/extdrv/ws2812.c +++ b/extdrv/ws2812.c @@ -108,9 +108,8 @@ static void ws2812_bit_sender(struct ws2812_conf* ws2812) nop(); nop(); nop(); - /* "low" time : 600ns */ + /* "low" time : 400ns */ gpio_port->toggle = gpio_bit; - nop(); } /* Move to the next bit */ -- 2.43.0