Skip to main content

A Python Library For BitBlock (COM)

Project description

Python Library for Bitblock Board

카미봇 동글을 사용해서 BitBlock 보드와 연결해서 사용할 수 있도록 한다.

from bitblock import *

# 카미봇동글의 포트번호 
port = "COM8"
board = Bitblock(port)
ret = board.connect()


rccar = board.rccar_init()

for i in range(10):
    rccar.move_forward(100)
    wait(1000)
    rccar.stop()
    rccar.move_backward(100)
    wait(1000)
    rccar.stop()

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pycombb-1.0-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

Details for the file pycombb-1.0-py3-none-any.whl.

File metadata

  • Download URL: pycombb-1.0-py3-none-any.whl
  • Upload date:
  • Size: 25.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for pycombb-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 55beac6dec167c855b15a7fb7c45df6392c507c73f430a3923216eb219a11622
MD5 b0e429f3dd3f15ef63e9ff60c5e5f24a
BLAKE2b-256 c4769d26673e9778a28b8fd521a55a8676e7ef73242ecb5ee48e4a96ce99a722

See more details on using hashes here.

Supported by

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