We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like the blink1-tool commands:
--play
--stop
--setpattline
--getpattline
--savepattern
--readpattern
--playpattern
The text was updated successfully, but these errors were encountered:
Hey,
internal methods could be used by exploring blink1.py but that kind of approach is never a good idea.
I integrated this library to a project and need to run Blink(1) in static and pulsate mode.
play()
stop()
readPattern()
savePattern()
As of missing clearPattern() or savePattern(pattern) or play(pattern):
clearPattern()
savePattern(pattern)
play(pattern)
I tried to understand the internal write(buffer) stuff but did not found a solution.
write(buffer)
Please extend this library or let me know if you need a helpful hand.
Sorry, something went wrong.
address issue #5 (incomplete API compared to blink1-tool) and issue #6 …
fc905a1
…(not indicating if commands fail), and some refactoring, and some documentation
No branches or pull requests
Like the blink1-tool commands:
--play
--stop
--setpattline
--getpattline
--savepattern
--readpattern
--playpattern
The text was updated successfully, but these errors were encountered: