Back to project page ArduinoFirmata-Android.
The source code is released under:
MIT License
If you think the Android project ArduinoFirmata-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.shokai.firmata; public class ArduinoFirmataException extends Exception{ public ArduinoFirmataException(String msg){ super(msg); } }