From: Nathael Pajani Date: Sun, 3 Jan 2021 14:19:53 +0000 (+0100) Subject: improve ws2812B timmings X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=2f6db87bf33ae6c5bc69aca50d1641e32e08d2c7;p=soft%2Flpc122x%2Fcore improve ws2812B timmings --- 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 */