Arduino Playground is read-only starting December 31st, 2018. For more info please look at this Forum Post

Ncr4X20Vfd

getError()

Description

Returns whether the library detected an error communicating with the VFD.

Syntax

vfd.getError();

Parameters

vfd: a variable of the type Ncr4X20Vfd.

Return Value

Returns true if an error occurred since the last time getError() was called. Note that this can only detect whether a timeout occurred trying to communicate with the display. It can not detect all possible communication errors.

Example

See UnitTests example.

Ncr4X20Vfd Home