This website requires JavaScript.
Explore
Help
Sign In
di0ib
/
controller
Archived
Watch
1
Star
0
Fork
0
You've already forked controller
Code
Releases
Activity
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
1fd19c48ea
controller
/
Bootloader
/
Scripts
/
ledTest.bash
7 lines
60 B
Bash
Raw
Normal View
History
Unescape
Escape
Start removing select Linux-isms bash might not be in /bin. Don't expect it there.
2015-08-10 20:49:46 +00:00
#!/usr/bin/env bash
Adding some convenience scripts used in manufacturing.
2015-02-09 21:15:25 +00:00
printf
"led\r"
> /dev/ttyACM0
exit
0
Copy Permalink