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.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public sealed class DisplayLed
Inheritance
Object    DisplayLed

Methods

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.

See Also