Skip to content

PinkHatSpike/ArduinoWithStreams

Repository files navigation

ArduinoWithStreams

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

Install

  1. Download the latest master zip.
  2. Rename downloaded zip file to ArduinoWithStreams.zip, and unzip it.
  3. Copy folder to your sketchbook's library folder (see How to Install a Contributed Library).

License

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.

About

Arduino (Firmata) Library for Processing, with added support for working with any InputStream and OutputStream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors