All Downloads are FREE. Search and download functionalities are using the official Maven repository.

purejavacomm.PureJavaComm Maven / Gradle / Ivy

Go to download

FiloFirmata is a client library for the Firmata protocol used with hardware project boards.

There is a newer version: 0.1.11
Show newest version
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";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy