Arduino 시리얼 통신을 쉽게 제어하는 Python 라이브러리
Project description
README.md
Arduino Controller
아두이노와 PC 간의 시리얼 통신을 쉽게 제어할 수 있는 Python 라이브러리입니다.
설치 방법
pip install lha_arducon
## 사용예시
from lha_arducon import ArduinoController
arduino = ArduinoController()
arduino.connect_serial()
arduino.control_led(5, 'on')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bong16-0.1.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bong16-0.1.0.tar.gz.
File metadata
- Download URL: bong16-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58d22cd49fe362bedf39290241af5c5c273170b6afb5f780b407e5b70941dcd4
|
|
| MD5 |
1a6b7c61d8a789485c7deaa57d5ff57f
|
|
| BLAKE2b-256 |
3217f968ec770b47075090e0b2799d73ded82089aea705f872f2344c65927f52
|
File details
Details for the file bong16-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bong16-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48f868b5b630973712da752e2d763f1d1a8757d8b5e23be41cfb5e3de68af57a
|
|
| MD5 |
34af83d09452c566539e1246940ab89d
|
|
| BLAKE2b-256 |
0ba352036e9a106ec08735485149546bcb1f0f8eb09107059d7497514f343c75
|