Skip to main content

Timer is module ported from micropython's machine.Timer and adapted to work with Python

Project description

Timer

Version 1.0

Description

Timer is module ported from micropython's machine.Timer and adapted to work with Python

Timer(tid)

Returns a timer object with the folowing functions

init(period,mode,interrupt,callback)

Sets the timers data

period (int):

timer length in milliseconds.

mode (var):

Can be the folowing

  • Timer.ONE_SHOT: A timer that only runs once
  • Timer.PERIODIC: A timer that runs forever until deinitalized

interrupt (bool)

Defaults to False
Whether to interupt main before executing callback

callback (object)

The function to call when the timer is finished.

cancel()

Cancels the timer and waits to be re-initalized

start()

Starts the timer

pause()

Pauses the timer

reset()

Restarts the timer from 0

deinit()

Kills the timer and removes it form memory.

dump()

Kills the timer while keeping its data in memory.

setCallback(callback)

Set's the timers callback.

callback (object)

The function to call when the timer is finished.

status()

Returns the timer status

Constants

  • Timer.ONE_SHOT: A timer that only runs once
  • Timer.PERIODIC: A timer that runs forever until deinitalized
  • Timer.NOT_RUNNING: The timer is not started
  • Timer.PAUSED: The timer is paused
  • Timer.FINISHED: The timer is finished
  • Timer.DUMPED:The timer was dumped

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mptimer-0.0.0.0.0.4.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

mptimer-0.0.0.0.0.4-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file mptimer-0.0.0.0.0.4.tar.gz.

File metadata

  • Download URL: mptimer-0.0.0.0.0.4.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12

File hashes

Hashes for mptimer-0.0.0.0.0.4.tar.gz
Algorithm Hash digest
SHA256 560c28259f304ecf09a64d4a0bfced7227ba9b5a9a3b11d7cc68a301f1015701
MD5 49dc987274451a45d2e7b8cf58420594
BLAKE2b-256 fdaabbf28f7e747cd2298e27f4344ce11499939b3435c6294e74db4b4731d811

See more details on using hashes here.

File details

Details for the file mptimer-0.0.0.0.0.4-py3-none-any.whl.

File metadata

  • Download URL: mptimer-0.0.0.0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12

File hashes

Hashes for mptimer-0.0.0.0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9bef0485c4057ca9f39eabf7ee9f19430e2e9a20f3b8e7087def617d5417b4f6
MD5 5d8a73f465103243229f5390cb4f79d3
BLAKE2b-256 5f571be85e2777001491dd541b6f442412c25259d497117d87e7a602ded731b9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page