Get the amount to advance the pointer by @returns PixelController::mAdvance
| 389 | /// Get the amount to advance the pointer by |
| 390 | /// @returns PixelController::mAdvance |
| 391 | FASTLED_FORCE_INLINE int advanceBy() { return mAdvance; } |
| 392 | |
| 393 | /// Advance the data pointer forward, adjust position counter |
| 394 | FASTLED_FORCE_INLINE void advanceData() { mData += mAdvance; --mLenRemaining;} |
no outgoing calls
no test coverage detected