Digital To Unsigned: Difference between revisions

From Visuino
Jump to navigation Jump to search
(Created page with "Image:TArduinoDigitalToUnsigned.png == Summary == {{:Summaries:Summary Digital To Unsigned}} == Description == Use this component to convert Digital value to Unsigned Integer. <b>Resources:</b> [http://www.instructables.com/id/Arduino-Nano-and-Visuino-7-Segment-Display-Clock-W/ Instructable: Arduino Nano and Visuino: 7 Segment Display Clock With MAX7219 and DS1307 Real Time Clock(RTC)] <b>Diagram:</b> Image:TArduinoDigitalToUnsigned.Preview.png == Cate...")
 
(No difference)

Latest revision as of 18:59, 10 June 2022

Summary

Converts Digital value to Unsigned Integer

Description

Use this component to convert Digital value to Unsigned Integer.



Resources:

Instructable: Arduino Nano and Visuino: 7 Segment Display Clock With MAX7219 and DS1307 Real Time Clock(RTC)

Diagram:

Categories

Properties

  • TrueValue - Specifies the output value when the input is True
  • FalseValue - Specifies the output value when the input is False

Pins

  • Out - The Unsigned Integer Output pin of the component or element
  • In - The Digital Input pin of the component or element