aboutsummaryrefslogtreecommitdiffstats
path: root/src/neopixel.c
Commit message (Expand)AuthorAgeFilesLines
* neopixel: Fix neopixel_result message so that it contains an oidKevin O'Connor2020-11-051-1/+1
* command: Add command_decode_ptr() helperKevin O'Connor2020-10-301-1/+1
* neopixel: Increase the maximum LED chain lengthKevin O'Connor2020-10-291-15/+33
* neopixel: Make sure there is a minimum low duration after a long pulseKevin O'Connor2020-04-211-4/+3
* neopixel: Allow host software to configure neopixel timingKevin O'Connor2020-04-151-9/+14
* neopixel: Use names for key timing valuesKevin O'Connor2020-04-151-12/+19
* neopixel: Rework timing so that it works on AVR micro-controllersKevin O'Connor2019-08-071-61/+99
* neopixel: Update to more flexible bit-banging timingKevin O'Connor2019-07-231-20/+38
* neopixel: Improve timing of gpio bit-bangingKevin O'Connor2019-07-171-39/+43
* neopixel: Be sure to set the line low on a failed writeKevin O'Connor2019-07-131-1/+2
* neopixel: Optimize the update loopKevin O'Connor2019-07-121-41/+37
* neopixel: Add initial support for "neopixel" ledsKevin O'Connor2019-07-121-0/+114