kiibohd-controller/Bootloader/Scripts/ledTest.bash
2015-02-09 13:15:25 -08:00

6 lines
52 B
Bash

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