aboutsummaryrefslogtreecommitdiff
path: root/bin/ard-reset-arduino
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2013-06-20 21:34:40 +0200
committerSudar <sudar@sudarmuthu.com>2013-06-21 08:37:11 +0530
commitc284ec93dd939b4f8c4c0ab1eccf1516784de1dc (patch)
treee5e2bf691f237d1320253485a62ce32c63f13991 /bin/ard-reset-arduino
parent4e22abe0dee5b76eed63bd18eb47d5cc2b16f212 (diff)
Add support for reseting "Micro" Arduino.
Micro can be reset using Leonardo reset functions itself. So call Leonardo reset functions for Micro as well. The reset function seems to have some issues for Micro and is not 100% reliable, like Leonardo. See comments in #30. Fix #80 Fix #83
Diffstat (limited to 'bin/ard-reset-arduino')
-rwxr-xr-xbin/ard-reset-arduino4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ard-reset-arduino b/bin/ard-reset-arduino
index ba4cbd2..6269878 100755
--- a/bin/ard-reset-arduino
+++ b/bin/ard-reset-arduino
@@ -99,7 +99,7 @@ Specify the DTR pulse width in seconds.
=item --leonardo
-Reset a Leonardo.
+Reset a Leonardo or Micro.
=back
@@ -115,7 +115,7 @@ Patches are welcome.
Martin Oldfield, ex-atelier@mjo.tc
-Support for Leonardo added by sej7278, https://github.com/sej7278
+Support for Leonardo/Micro added by sej7278, https://github.com/sej7278
Thanks to Daniele Vergini who suggested this to me, and supplied
a command line version.