Created
September 11, 2021 15:29
-
-
Save agmm/6b9a93064312394b5b40ecf3ec99656c to your computer and use it in GitHub Desktop.
Raspberry Pi LEDs
This file contains hidden or 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
| sudo sh -c 'echo 0 > /sys/class/leds/led0/brightness' | |
| sudo sh -c 'echo 1 > /sys/class/leds/led0/brightness' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment