Timer objects #103

Open
opened 2025-07-06 02:45:50 +00:00 by john · 0 comments
Owner
   timer = mcrfpy.Timer("my_timer", callback, 1000)
   timer.pause()
   timer.resume()
   timer.cancel()

Convert timers into Python objects, and deprecate the mcrfpy methods to manage timers by name. We'll still need mcrfpy methods to retrieve timers we've lost a reference to.

``` timer = mcrfpy.Timer("my_timer", callback, 1000) timer.pause() timer.resume() timer.cancel() ``` Convert timers into Python objects, and deprecate the mcrfpy methods to manage timers by name. We'll still need mcrfpy methods to retrieve timers we've lost a reference to.
john added the
Minor Feature
label 2025-07-06 02:45:50 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: john/McRogueFace#103
No description provided.