Skip to main content

DynamiKontrol Python API

Project description

DynamiKontrol

You can be the alpha tester!

DynamiKontol is Python API for controlling motors and hardware modules. You can integrate your Python code such as TensorFlow, PyTorch or OpenCV with hardwares.

Example

from dynamikontrol import Module

module = Module()

module.motor.angle(angle=0)
time.sleep(2)

while True:
    module.motor.angle(angle=45)
    time.sleep(2)

    module.motor.angle(angle=-45, period=5)
    time.sleep(5)

Documentation

Language URL
English https://dynamikontrol.readthedocs.io/en/latest/
Korean https://dynamikontrol.readthedocs.io/ko/latest/

Developed and designed by The Matrix (c) 2021

matrix.ai.solution@gmail.com

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

DynamiKontrol-0.0.3.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

DynamiKontrol-0.0.3-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

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