NAME
App::duino::Command::models - List all known Arduino models
VERSION
version 0.10
SYNOPSIS
$ duino models
DESCRIPTION
This command can be used to list all known Arduino models.
OPTIONS
- --sketchbook, -s
-
The path to the user's sketchbook directory. The environment variable
ARDUINO_SKETCHBOOK
will be used if present and if the command-line option is not set. If neither of them is set the default value ($HOME/sketchbook
) will be used. - --root, -d
-
The path to the Arduino installation directory. The environment variable
ARDUINO_DIR
will be used if present and if the command-line option is not set. If neither of them is set the default value (/usr/share/arduino
) will be used. - --hardware, -r
-
The "type" of hardware to target. The environment variable
ARDUINO_HARDWARE
will be used if present and if the command-line option is not set. If neither of them is set the default value (arduino
) will be used.This option is only useful when using MCUs not officially supported by the Arduino platform (e.g. ATTiny).
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2013 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.