Created
April 17, 2020 06:29
-
-
Save 0xf2/4f2a23502e14021ebe867cd2003c1d2f to your computer and use it in GitHub Desktop.
Clear all LEDs on a Pimoroni Blinkt. Useful for resetting after a parallel-ssh run on multiple cluster nodes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import blinkt | |
blinkt.set_clear_on_exit() | |
blinkt.set_all(0,0,0) | |
blinkt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment