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

com.tinkerforge.BrickletTiltProvider Maven / Gradle / Ivy

/* ***********************************************************
 * This file was automatically generated on 2019-11-25.      *
 *                                                           *
 * Java Bindings Version 2.1.25                              *
 *                                                           *
 * 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 BrickletTiltProvider implements DeviceProvider {
	public BrickletTiltProvider() {}
	public int getDeviceIdentifier() { return BrickletTilt.DEVICE_IDENTIFIER; }
	public String getDeviceDisplayName() { return BrickletTilt.DEVICE_DISPLAY_NAME; }
	public Class getDeviceClass() { return BrickletTilt.class; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy