This pull request includes documentation improvements to the src/blinkstick/blinkstick.py file. The changes add type annotations and parameter descriptions to several methods to enhance code readability and maintainability.
Documentation improvements:
src/blinkstick/blinkstick.py: Added type annotations and parameter descriptions for channel and index in the set_color method.
src/blinkstick/blinkstick.py: Added type annotations and parameter descriptions for channel and index in the pulse method.
src/blinkstick/blinkstick.py: Added type annotations and parameter descriptions for channel and index in the blink method.
src/blinkstick/blinkstick.py: Added type annotations and parameter descriptions for channel and index in the morph method.
src/blinkstick/blinkstick.py: Added type annotations and parameter descriptions for remap_values in the set_color method.
This pull request includes documentation improvements to the
src/blinkstick/blinkstick.py
file. The changes add type annotations and parameter descriptions to several methods to enhance code readability and maintainability.Documentation improvements:
src/blinkstick/blinkstick.py
: Added type annotations and parameter descriptions forchannel
andindex
in theset_color
method.src/blinkstick/blinkstick.py
: Added type annotations and parameter descriptions forchannel
andindex
in thepulse
method.src/blinkstick/blinkstick.py
: Added type annotations and parameter descriptions forchannel
andindex
in theblink
method.src/blinkstick/blinkstick.py
: Added type annotations and parameter descriptions forchannel
andindex
in themorph
method.src/blinkstick/blinkstick.py
: Added type annotations and parameter descriptions forremap_values
in theset_color
method.