summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-19 15:02:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-09-19 15:02:05 +0200
commitf312b732e1153469b6350bf0c0fcd9ad68a7b46e (patch)
tree4ad2f34bc666de321b14e704291323bcb05d7a17
parentremoved useless timer init in arduino stub (diff)
added reset lufa cdc version without wait
-rwxr-xr-xtools/reset_lufa_cdc_nowait6
1 files changed, 6 insertions, 0 deletions
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