TimerInstance_Class

start()

Description

This method starts/enables a timer instance (void). You can set interruption mode as an argument, whether enabled or not.

Syntax

timer1.start(interrupt_enabled)

Parameters

timer1: a variable of type TimerInstance_Class

interrupt_enabled: interruption state: True if enabled and False if not, type: bool

See also

stop()

Corrections, suggestions, and new documentation can be added directly to the wiki page. Scroll to the bottom, choose "Edit Page" and use "Papilio" as the password.

  

Share |