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

edu.wpi.SimplePacketComs.phy.HIDfactory Maven / Gradle / Ivy

There is a newer version: 0.13.1
Show newest version
package edu.wpi.SimplePacketComs.phy;

public class HIDfactory {
	public static HIDSimplePacketComs get(int vidIn, int pidIn) {
		return new HIDSimplePacketComs(vidIn, pidIn);
	}
	public static HIDSimplePacketComs get() {
		return new HIDSimplePacketComs();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy