Last active
August 29, 2015 13:57
-
-
Save k2cCreations/9873824 to your computer and use it in GitHub Desktop.
Lights will cycle from one side to the other, fading red to white, then back to red
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
First enter "shell" without (") | |
Second enter "sudo su" Without (") | |
ectool lightbar seq stop | |
ectool lightbar 4 00 00 00 | |
while : | |
do | |
ectool lightbar 0 ff 00 00 | |
sleep 0.08 | |
ectool lightbar 1 ff 00 00 | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
ectool lightbar 2 ff 00 00 | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
ectool lightbar 3 ff 00 00 | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
sleep 0.08 | |
ectool lightbar 3 00 00 00 | |
sleep 0.08 | |
ectool lightbar 2 ff 00 00 | |
sleep 0.08 | |
ectool lightbar 1 ff 00 00 | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
ectool lightbar 0 ff 00 00 | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
sleep 0.01 | |
ectool lightbar 0 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
ectool lightbar 2 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
ectool lightbar 3 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
sleep 0.08 | |
ectool lightbar 3 00 00 00 | |
sleep 0.08 | |
ectool lightbar 2 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
ectool lightbar 0 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
sleep 0.01 | |
ectool lightbar 0 ff ff ff | |
sleep 0.08 | |
ectool lightbar 1 ff ff ff | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
ectool lightbar 2 ff ff ff | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
ectool lightbar 3 ff ff ff | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
sleep 0.08 | |
ectool lightbar 3 00 00 00 | |
sleep 0.08 | |
ectool lightbar 2 ff ff ff | |
sleep 0.08 | |
ectool lightbar 1 ff ff ff | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
ectool lightbar 0 ff ff ff | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
sleep 0.01 | |
ectool lightbar 0 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
ectool lightbar 2 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
ectool lightbar 3 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
sleep 0.08 | |
ectool lightbar 3 00 00 00 | |
sleep 0.08 | |
ectool lightbar 2 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 2 00 00 00 | |
ectool lightbar 0 ff 80 80 | |
sleep 0.08 | |
ectool lightbar 1 00 00 00 | |
sleep 0.08 | |
ectool lightbar 0 00 00 00 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment