Processing Library for Android OpenAccessory (ADK) protocol support.
This is a fork of TellArt's Arduino_ADK Library for Processing, updated for Processing 2.0.
Check out the Processing Android mode and the official Android OpenAccessory documentation.
- Download the latest master zip.
- Rename downloaded zip file to AndroidAccessoryUSB.zip, and unzip it.
- Copy folder to your sketchbook's library folder (see How to Install a Contributed Library).
AndroidAccessoryUSB 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/)
*/