1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/ws281x
Gunar Schorcht c40e015804 drivers/ws281x: improve timing for ESP32x
If overhead like the loop control or the calculation of the waiting times for the next bit are performed while waiting for the end of the LOW phase, the time required for such operations is included in the LOW phase. This makes both the LOW phase and the period more precise.
2023-03-25 17:58:37 +01:00
..
include boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
atmega.c drivers/ws281x: use coreclk() instead of CLOCK_CORECLOCK 2021-12-15 13:14:19 +01:00
esp32.c drivers/ws281x: improve timing for ESP32x 2023-03-25 17:58:37 +01:00
Kconfig drivers/ws281x: Update kconfig model 2022-03-04 14:16:00 +01:00
Makefile drivers/ws281x: Added driver for RGB LEDs 2019-11-18 22:45:24 +01:00
Makefile.dep drivers/ws281x: pull xtimer module from test application 2021-12-11 17:56:40 +01:00
Makefile.include drivers/ws281x: declare pseudomodules at driver level 2021-10-05 11:48:53 +02:00
vt100.c drivers/ws281x: fix out-of-bounds read on native 2023-01-07 02:27:01 +01:00
ws281x.c drivers/*: remove unused assert.h include 2020-10-22 11:29:27 +02:00