TArduinoMakeStructureBasic.OnlyModified

From Visuino
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.