view Bootloader/Scripts/ledTest.bash @ 424:0d1cc6ec4af7

Merge branch 'master' of github.com:kiibohd/controller
author CryHam <cryham@gmail.com>
date Tue, 01 Mar 2016 19:40:00 +0100
parents 99f93dec8fea
children
line wrap: on
line source

#!/usr/bin/env bash

printf "led\r" > /dev/ttyACM0

exit 0