Advance the data pointer forward, adjust position counter
| 392 | |
| 393 | /// Advance the data pointer forward, adjust position counter |
| 394 | FASTLED_FORCE_INLINE void advanceData() { mData += mAdvance; --mLenRemaining;} |
| 395 | |
| 396 | /// Step the dithering forward - creates triangular wave that toggles between pixels |
| 397 | /// @note If updating here, be sure to update the asm version in clockless_avr.h! |
no outgoing calls
no test coverage detected