You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/drivers/chibios
Joshua Diamond 18e561b82c
Fix incorrect delay when setting WS2812 (and similar) leds (#9302)
* Fix incorrect delay when setting WS2812 (and similar) leds

* Add documentation for WS2812_DELAY_MICROSECONDS

* Remove improper cast to uint8_t

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Remove unneeded cast to uint8_t and correct math

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* microseconds -> µs

Co-authored-by: Ryan <fauxpark@gmail.com>

* Make documentation better match the spec sheet.

Co-authored-by: Ryan <fauxpark@gmail.com>

* Rename macro to match spec sheet

* Further correction to the delay maths for the SPI case.

Co-authored-by: Joel Challis <git@zvecr.com>

* Move ws2812_common.h to the drivers directory

* Revert "Further correction to the delay maths for the SPI case."

This reverts commit e61b56a2cfc7dfec9992a7a3af92afa50e5b8ec0.

* Remove ws2812_setleds_pin(); consolidate ws2812.h

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
5 years ago
..
analog.c Initial arm->chibios pass - simplify some platform logic (#8450) 5 years ago
analog.h Initial arm->chibios pass - simplify some platform logic (#8450) 5 years ago
i2c_master.c Initial arm->chibios pass - simplify some platform logic (#8450) 5 years ago
i2c_master.h Initial arm->chibios pass - simplify some platform logic (#8450) 5 years ago
serial.c Initial arm serial partially based on old lets split code 5 years ago
serial.h ARM split - Add uart half duplex transport support (#7987) 5 years ago
serial_usart.c ARM split - Add uart half duplex transport support (#7987) 5 years ago
spi_master.c Add SPI master for ChibiOS/ARM. (#8779) 5 years ago
spi_master.h Add SPI master for ChibiOS/ARM. (#8779) 5 years ago
ws2812.c Fix incorrect delay when setting WS2812 (and similar) leds (#9302) 5 years ago
ws2812_pwm.c Fix incorrect delay when setting WS2812 (and similar) leds (#9302) 5 years ago
ws2812_spi.c Fix incorrect delay when setting WS2812 (and similar) leds (#9302) 5 years ago