Arduino (Firmata) library for Processing, with added support for working with any InputStream and OutputStream.
Controls Arduino boards running the Firmata firmware.
This is a fork of David A. Mellis's Arduino Library for Processing. Works with the StandardFirmata example included in the Arduino software distribution. To use Firmata with other software, see the Firmata homepage.
built on top of
- Processing 2.0
- Download the latest master zip.
- Rename downloaded zip file to ArduinoWithStreams.zip, and unzip it.
- Copy folder to your sketchbook's library folder (see How to Install a Contributed Library).
ArduinoWithStreams is licensed under LGPL 3.0
/*
This library 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, version 3.0.
(http://www.gnu.org/licenses/lgpl-3.0.html)
This library 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. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
Contributors:
PinkHatSpike - spike@pinkhatproductions.com
Heavily borrows from [TellArt's Arduino_ADK Tool](http://stream.tellart.com/controlling-arduino-with-android/)
*/
ArduinoWithStreams is built on top of Processing which carries its own license and terms.