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.3.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: mptimer-0.0.0.0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 1db06310022afea5be8d5cbe34aa4bed12adf68456406247a0864b3ad2940559
MD5 266251898477353e86d2725e2735dda7
BLAKE2b-256 c32c6cfe1249b2abea85f9df4b8a7e8e873a4ebea67c1a252a5b79521f30c4bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mptimer-0.0.0.0.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0cbb8c837ad782e001e4d46680f6a04926b1c8f1286995943ad633957918bb99
MD5 d388a468a0cf2a2eceaaabb87b5d63d9
BLAKE2b-256 7c750c46a970f7962e313a03740597905d3e6fc0ac90ff1006d248a50d7a6e3a

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