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

Ncr4X20Vfd

begin()

Description

Starts the library. It must be called once before other library functions. Other library functions will not work until this function is called. Typically it is called from the sketch setup function.

Syntax

vfd.begin();

Parameters

vfd: a variable of the type Ncr4X20Vfd.

Example

See HelloWorld example.

See Also

Ncr4X20Vfd Home