Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Bootloader/Scripts/ledTest.bash

7 lines
60 B
Bash
Raw Normal View History

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