From f312b732e1153469b6350bf0c0fcd9ad68a7b46e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 19 Sep 2015 15:02:05 +0200 Subject: added reset lufa cdc version without wait --- tools/reset_lufa_cdc_nowait | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tools/reset_lufa_cdc_nowait (limited to 'tools') diff --git a/tools/reset_lufa_cdc_nowait b/tools/reset_lufa_cdc_nowait new file mode 100755 index 0000000..47587ac --- /dev/null +++ b/tools/reset_lufa_cdc_nowait @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "resetting device .." +echo $1 > /dev/ttyACM0 + +exit 0 -- cgit v1.2.3