start of manpage - probably needs license info changing
This commit is contained in:
parent
ba2b27db28
commit
011e0771f3
1 changed files with 49 additions and 0 deletions
49
ard-reset-arduino.1
Normal file
49
ard-reset-arduino.1
Normal file
|
@ -0,0 +1,49 @@
|
|||
.TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.2" "Arduino CLI Reset"
|
||||
|
||||
.SH NAME
|
||||
ard-reset-arduino \- Reset Arduino board
|
||||
|
||||
.SH SYNOPSIS
|
||||
$ ard-reset-arduino /dev/ttyACM0
|
||||
.PP
|
||||
$ ard-reset-arduino --verbose --period=0.1 /dev/cu.usb*
|
||||
.PP
|
||||
$ ard-reset-arduino --verbose --caterina /dev/ttyUSB0
|
||||
|
||||
.SH DESCRIPTION
|
||||
To reset Arduinos, we either pulse the DTR line or open the USB port
|
||||
at 1200 baud and close it again.
|
||||
|
||||
.SH OPTIONS
|
||||
.B --verbose
|
||||
Watch what's going on on STDERR.
|
||||
|
||||
.B --period
|
||||
Specify the DTR pulse width in seconds.
|
||||
|
||||
.B --caterina
|
||||
Reset a Leonardo, Micro, Robot, LilyPadUSB or similar 32u4-based device.
|
||||
|
||||
.SH BUGS
|
||||
There are no known bugs in this application. Please report problems
|
||||
to the author. Patches are welcome.
|
||||
|
||||
.SH AUTHOR
|
||||
Martin Oldfield, ex-atelier@mjo.tc
|
||||
.PP
|
||||
Support for Leonardo/Micro added by sej7278, https://github.com/sej7278
|
||||
.PP
|
||||
Thanks to Daniele Vergini who suggested this to me, and supplied a
|
||||
command line version.
|
||||
|
||||
.SH LICENSE
|
||||
Copyright (c) 2012, Martin Oldfield. All rights reserved.
|
||||
.PP
|
||||
This file is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published
|
||||
by the Free Software Foundation; either version 2.1 of the License, or
|
||||
(at your option) any later version.
|
||||
.PP
|
||||
This program is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
Loading…
Reference in a new issue