NextFTC Suite
Toggle table of contents
0.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextFTC Hardware
/
dev.nextftc.hardware.util
/
AnalogFeedback
Analog
Feedback
open
class
AnalogFeedback
@
JvmOverloads
constructor
(
val
maxVoltage
:
Voltage
=
3.3.volts
,
voltageSupplier
:
Supplier
<
Double
>
)
:
ReadOnlyProperty
<
Any
?
,
Double
>
Inheritors
NextAnalogInput
Members
Constructors
Analog
Feedback
Link copied to clipboard
@
JvmOverloads
constructor
(
maxVoltage
:
Voltage
=
3.3.volts
,
voltageSupplier
:
Supplier
<
Double
>
)
Properties
max
Voltage
Link copied to clipboard
val
maxVoltage
:
Voltage
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Double