purejavacomm.PureJavaComm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of filo-firmata Show documentation
Show all versions of filo-firmata Show documentation
FiloFirmata is a client library for the Firmata protocol used with hardware project boards.
package purejavacomm;
public class PureJavaComm {
// change this if you modify the code and re-distribute
public static String getVersion() {
return "1.0.0";
}
// change this is if you fork the project
public static String getFork() {
return "SpareTimeLabs";
}
}