ports/devel/arduino/files/pkg-message.in
Steven Kreuzer b02562b4df Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

WWW: http://arduino.cc/

PR:		ports/145041
Submitted by:	Warren Block <wblock@wonkity.com>
2010-03-31 18:23:29 +00:00

20 lines
493 B
Text

Notes on using the Arduino IDE:
To allow serial port locking, add your user to the dialer group:
pw usermod myuser -G dialer
User settings are in ~/.arduino/preferences.txt. Edit the file
when the IDE is not running.
Setting the launcher for help files:
launcher=firefox
Showing what the IDE is doing for build and upload commands (only
visible if you started the IDE from a console):
build.verbose=true
upload.verbose=true
To start the IDE:
%%PREFIX%%/bin/arduino