Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | neopixel: Rework timing so that it works on AVR micro-controllers | Kevin O'Connor | 2019-08-07 | 1 | -61/+99 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | neopixel: Update to more flexible bit-banging timing | Kevin O'Connor | 2019-07-23 | 1 | -20/+38 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | neopixel: Improve timing of gpio bit-banging | Kevin O'Connor | 2019-07-17 | 1 | -39/+43 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | neopixel: Be sure to set the line low on a failed write | Kevin O'Connor | 2019-07-13 | 1 | -1/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | neopixel: Optimize the update loop | Kevin O'Connor | 2019-07-12 | 1 | -41/+37 |
| | | | | | | Optimize the transmit code so it can run on some slower ARM cpus. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | neopixel: Add initial support for "neopixel" leds | Kevin O'Connor | 2019-07-12 | 1 | -0/+114 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |