Modifier and Type | Class and Description |
---|---|
class |
YAccelerometer
YAccelerometer Class: Accelerometer function interface
The YSensor class is the parent class for all Yoctopuce sensors.
|
class |
YAltitude
YAltitude Class: Altitude function interface
The Yoctopuce class YAltitude allows you to read and configure Yoctopuce altitude
sensors.
|
class |
YCarbonDioxide
YCarbonDioxide Class: CarbonDioxide function interface
The Yoctopuce class YCarbonDioxide allows you to read and configure Yoctopuce CO2
sensors.
|
class |
YCompass
YCompass Class: Compass function interface
The YSensor class is the parent class for all Yoctopuce sensors.
|
class |
YCurrent
YCurrent Class: Current function interface
The Yoctopuce class YCurrent allows you to read and configure Yoctopuce current
sensors.
|
class |
YGenericSensor
YGenericSensor Class: GenericSensor function interface
The YGenericSensor class allows you to read and configure Yoctopuce signal
transducers.
|
class |
YGroundSpeed
YGroundSpeed Class: GroundSpeed function interface
The Yoctopuce class YGroundSpeed allows you to read the ground speed from Yoctopuce
geolocalization sensors.
|
class |
YGyro
YGyro Class: Gyroscope function interface
The YSensor class is the parent class for all Yoctopuce sensors.
|
class |
YHumidity
YHumidity Class: Humidity function interface
The Yoctopuce class YHumidity allows you to read and configure Yoctopuce humidity
sensors.
|
class |
YLatitude
YLatitude Class: Latitude function interface
The Yoctopuce class YLatitude allows you to read the latitude from Yoctopuce
geolocalization sensors.
|
class |
YLightSensor
YLightSensor Class: LightSensor function interface
The Yoctopuce class YLightSensor allows you to read and configure Yoctopuce light
sensors.
|
class |
YLongitude
YLongitude Class: Longitude function interface
The Yoctopuce class YLongitude allows you to read the longitude from Yoctopuce
geolocalization sensors.
|
class |
YMagnetometer
YMagnetometer Class: Magnetometer function interface
The YSensor class is the parent class for all Yoctopuce sensors.
|
class |
YMultiCellWeighScale
YMultiCellWeighScale Class: MultiCellWeighScale function interface
The YMultiCellWeighScale class provides a weight measurement from a set of ratiometric load cells
sensor.
|
class |
YPower
YPower Class: Power function interface
The Yoctopuce class YPower allows you to read and configure Yoctopuce power
sensors.
|
class |
YPressure
YPressure Class: Pressure function interface
The Yoctopuce class YPressure allows you to read and configure Yoctopuce pressure
sensors.
|
class |
YProximity
YProximity Class: Proximity function interface
The Yoctopuce class YProximity allows you to use and configure Yoctopuce proximity
sensors.
|
class |
YPwmInput
YPwmInput Class: PwmInput function interface
The Yoctopuce class YPwmInput allows you to read and configure Yoctopuce PWM
sensors.
|
class |
YQt
YQt Class: Quaternion interface
The Yoctopuce API YQt class provides direct access to the Yocto3D attitude estimation
using a quaternion.
|
class |
YQuadratureDecoder
YQuadratureDecoder Class: QuadratureDecoder function interface
The class YQuadratureDecoder allows you to decode a two-wire signal produced by a
quadrature encoder.
|
class |
YRangeFinder
YRangeFinder Class: RangeFinder function interface
The Yoctopuce class YRangeFinder allows you to use and configure Yoctopuce range finder
sensors.
|
class |
YTemperature
YTemperature Class: Temperature function interface
The Yoctopuce class YTemperature allows you to read and configure Yoctopuce temperature
sensors.
|
class |
YTilt
YTilt Class: Tilt function interface
The YSensor class is the parent class for all Yoctopuce sensors.
|
class |
YVoc
YVoc Class: Voc function interface
The Yoctopuce class YVoc allows you to read and configure Yoctopuce Volatile Organic
Compound sensors.
|
class |
YVoltage
YVoltage Class: Voltage function interface
The Yoctopuce class YVoltage allows you to read and configure Yoctopuce voltage
sensors.
|
class |
YWeighScale
YWeighScale Class: WeighScale function interface
The YWeighScale class provides a weight measurement from a ratiometric load cell
sensor.
|
Modifier and Type | Method and Description |
---|---|
static YSensor |
YSensor.FindSensor(String func)
Retrieves a sensor for a given identifier.
|
static YSensor |
YSensor.FindSensorInContext(YAPIContext yctx,
String func)
Retrieves a sensor for a given identifier in a YAPI context.
|
static YSensor |
YSensor.FirstSensor()
Starts the enumeration of sensors currently accessible.
|
static YSensor |
YSensor.FirstSensorInContext(YAPIContext yctx)
Starts the enumeration of sensors currently accessible.
|
YSensor |
YSensor.nextSensor()
Continues the enumeration of sensors started using yFirstSensor().
|
Modifier and Type | Method and Description |
---|---|
void |
YSensor.TimedReportCallback.timedReportCallback(YSensor function,
YMeasure measure) |
void |
YSensor.UpdateCallback.yNewValue(YSensor function,
String functionValue) |
Copyright © 2018. All rights reserved.