DisplayLed Class
Writes a string to a 4 digit 7 segment LED display.
The Arduino pins assigned for the display are configured in the firmware settings.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public sealed class DisplayLed
Public NotInheritable Class DisplayLed
[<SealedAttribute>]
type DisplayLed = class end
- Inheritance
- Object DisplayLed
Write(Double) |
Writes a double value to the 7 segment display.
|
Write(Int32) |
Writes an integer value to the 7 segment display.
|
Write(Single) |
Writes a float value to the 7 segment display.
|
Write(String) |
Writes a short string to the 7 segment LED display. String will be truncated if it does not fit the display.
|