public class TmpDS18B20DeviceType extends Object implements W1DeviceType
Modifier and Type | Field and Description |
---|---|
static int |
FAMILY_CODE |
Constructor and Description |
---|
TmpDS18B20DeviceType() |
Modifier and Type | Method and Description |
---|---|
com.pi4j.component.temperature.impl.TmpDS18B20DeviceType.TmpDS18B20 |
create(File deviceDir) |
Class<? extends W1Device> |
getDeviceClass() |
int |
getDeviceFamilyCode() |
public static final int FAMILY_CODE
public int getDeviceFamilyCode()
getDeviceFamilyCode
in interface W1DeviceType
public Class<? extends W1Device> getDeviceClass()
getDeviceClass
in interface W1DeviceType
public com.pi4j.component.temperature.impl.TmpDS18B20DeviceType.TmpDS18B20 create(File deviceDir)
create
in interface W1DeviceType
Copyright © 2012–2016 Pi4J. All rights reserved.