Archivado
1
0
Este repositorio está archivado. Usted puede ver los archivos y clonarlos, pero no puede hace push o abrir incidencias o pull requests.
controller/Bootloader/Scripts/ledTest.bash
Dan McGregor 0e6f107ea1 Start removing select Linux-isms
bash might not be in /bin. Don't expect it there.
2015-10-20 08:48:59 -06:00

7 líneas
60 B
Bash

#!/usr/bin/env bash
printf "led\r" > /dev/ttyACM0
exit 0