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

com.tinkerforge.BrickletLEDStripV2Provider 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 BrickletLEDStripV2Provider implements DeviceProvider {
	public BrickletLEDStripV2Provider() {}
	public int getDeviceIdentifier() { return BrickletLEDStripV2.DEVICE_IDENTIFIER; }
	public String getDeviceDisplayName() { return BrickletLEDStripV2.DEVICE_DISPLAY_NAME; }
	public Class getDeviceClass() { return BrickletLEDStripV2.class; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy