SEVSEG Library

setDigitValue

Description

    Sets the value of a 7-Segment in Decimal format.

Syntax

    void setDigitValue (unsigned int value, unsigned int dot, unsigned int digit) ;

Parameters

    value : value to be set
    dot : dot is on (1) or off (0)
    digit : the 7-Segment to be set.



  

Share |