TArduinoMakeStructureBasic.OnlyModified
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.