kiibohd-controller/Bootloader/Scripts/ledTest.bash

7 lines
52 B
Bash
Raw Normal View History

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