TArduinoCounterLimit.RollOver: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "== Summary == {{:Summaries:Summary TArduinoCounterLimit.RollOver}} == Description == Use this property to specify if the counter will stop at the limit or roll over. If the property is set to True the counter will roll over when exceeding the limit. If the property is set to False the counter will stop counting when reaching the limit."
 
(No difference)

Latest revision as of 12:51, 10 June 2022

Summary

Specifies if the counter will stop at the limit or roll over

Description

Use this property to specify if the counter will stop at the limit or roll over.



If the property is set to True the counter will roll over when exceeding the limit.

If the property is set to False the counter will stop counting when reaching the limit.