TArduinoMakeStructureBasic.OnlyModified

From Visuino
Revision as of 09:06, 9 June 2022 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.