public static interface BrickMaster.USBVoltageReachedListener extends DeviceListener
BrickMaster.setUSBVoltageCallbackThreshold(char, int, int)
is reached.
The parameter is the voltage of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickMaster.setDebouncePeriod(long)
.
.. versionadded:: 2.0.5$nbsp;(Firmware)Modifier and Type | Method and Description |
---|---|
void |
usbVoltageReached(int voltage) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.