display of output of ADC

Store Forums Digit Shield General Discussion display of output of ADC

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #717
    chikkala
    Member

    Hello,

    I am using Arduino Uno + Digit shield for my application. I am new to embedded platform, so had a problem displaying the output value of ADC. Could you please suggest me the code to display output on digit shield ?

    Thank you…

    #2034
    Michael
    Keymaster

    It’s very easy to display values on the DigitShield, as documented here: https://nootropicdesign.com/digitshield/

    To display the value read by an analog pin:

    DigitShield.setValue(analogRead(pin));
    #14151
    CarrieMyers
    Participant

    Hello

    #15408
    digitalfolks
    Participant

    oho Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.