TArduinoMakeStructureBasic.OnlyModified: Difference between revisions

From Visuino
Jump to navigation Jump to search
(Created page with "== Summary == {{:Summaries:Summary TArduinoMakeStructureBasic.OnlyModified}} == Description == Use this property to specify if a new packet will be generated as soon as possible or only when there is change of the channels data. If the property is set to True a new package will be created only if the data was modified since the last time. If the property is set to False. a new package will be generated each time there is a clock event on the clock input pin, or if...")
 
(No difference)

Latest revision as of 09:06, 9 June 2022

Summary

Specifies if a new packet will be generated as soon as possible or only when there is change of the channels data

Description

Use this property to specify if a new packet will be generated as soon as possible or only when there is change of the channels data.



If the property is set to True a new package will be created only if the data was modified since the last time.

If the property is set to False. a new package will be generated each time there is a clock event on the clock input pin, or if the pin is not connected, as fast as Arduino can generate it.