Created
November 6, 2017 11:14
-
-
Save curcuz/00771654b31c834e548bd016a8a47a1c to your computer and use it in GitHub Desktop.
1.0.0-RC1 HDMI enable
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
GPIO=41 | |
cd /sys/class/gpio | |
echo $GPIO > export | |
cd /sys/class/gpio/gpio$GPIO | |
echo "out" > direction | |
echo 1 > value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment