- All Superinterfaces:
AddressConfig<CONFIG_TYPE>,Config<CONFIG_TYPE>,com.pi4j.io.gpio.GpioConfig<CONFIG_TYPE>,IOConfig<CONFIG_TYPE>
- All Known Subinterfaces:
AnalogInputConfig,AnalogOutputConfig
public interface AnalogConfig<CONFIG_TYPE extends Config>
extends com.pi4j.io.gpio.GpioConfig<CONFIG_TYPE>
AnalogConfig interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstantRANGE_MAX_KEY="max"static final StringConstantRANGE_MIN_KEY="min"Fields inherited from interface com.pi4j.config.AddressConfig
ADDRESS_KEYFields inherited from interface com.pi4j.config.Config
DESCRIPTION_KEY, ID_KEY, NAME_KEYFields inherited from interface com.pi4j.io.IOConfig
PLATFORM_KEY, PROVIDER_KEY -
Method Summary
Methods inherited from interface com.pi4j.config.AddressConfig
address, getAddressMethods inherited from interface com.pi4j.config.Config
description, getDescription, getId, getName, id, name, properties, validateMethods inherited from interface com.pi4j.io.IOConfig
getPlatform, getProvider, platform, provider
-
Field Details
-
RANGE_MIN_KEY
ConstantRANGE_MIN_KEY="min"- See Also:
-
RANGE_MAX_KEY
ConstantRANGE_MAX_KEY="max"- See Also:
-
-
Method Details
-
range
AnalogRange range()range.
- Returns:
- a
AnalogRangeobject.
-
getRange
getRange.
- Returns:
- a
AnalogRangeobject.
-