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

com.tinkerforge.BrickletRotaryPotiProvider Maven / Gradle / Ivy

/* ***********************************************************
 * This file was automatically generated on 2020-06-25.      *
 *                                                           *
 * Java Bindings Version 2.1.28                              *
 *                                                           *
 * If you have a bugfix for this file and want to commit it, *
 * please fix the bug in the generator. You can find a link  *
 * to the generators git repository on tinkerforge.com       *
 *************************************************************/

package com.tinkerforge;

public class BrickletRotaryPotiProvider implements DeviceProvider {
	public BrickletRotaryPotiProvider() {}
	public int getDeviceIdentifier() { return BrickletRotaryPoti.DEVICE_IDENTIFIER; }
	public String getDeviceDisplayName() { return BrickletRotaryPoti.DEVICE_DISPLAY_NAME; }
	public Class getDeviceClass() { return BrickletRotaryPoti.class; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy