LEDStripColorLogger

expect class LEDStripColorLogger(stripColorManager: LEDStripColorManager)

Logs the strip state from each render to a file

Parameters

stripColorManager

The color manager to get the state data from

actual class LEDStripColorLogger(val stripColorManager: LEDStripColorManager)

Logs the strip state from each render to a file

Parameters

stripColorManager

The color manager to get the state data from

Constructors

Link copied to clipboard
expect constructor(stripColorManager: LEDStripColorManager)
actual constructor(stripColorManager: LEDStripColorManager)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
expect suspend fun saveStripState()

Save the strip's current state

actual suspend fun saveStripState()

Save the strip's current state