DisplayLedWrite(Single) Method
Writes a float value to the 7 segment display.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
public void Write(
float value
)
Public Sub Write (
value As Single
)
member Write :
value : float32 -> unit
Parameters
- value Single
- The value to display. Will be show as 'E' if its length does not fit the display.