Packet.OnlyModified: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Summary == {{:Summaries:Summary Packet.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 the pin is not conn..." |
(No difference)
|
Latest revision as of 16:25, 10 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.