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: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+65026aec209dcdd4c8c41f5116aa473c5500e690
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