view Bootloader/Scripts/ledTest.bash @ 431:7bc4c6249dff

Move matrix information to a cli command
author Jacob Alexander <haata@kiibohd.com>
date Tue, 22 Mar 2016 19:51:43 -0700
parents 99f93dec8fea
children
line wrap: on
line source

#!/usr/bin/env bash

printf "led\r" > /dev/ttyACM0

exit 0