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
lovejun-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 lovejun-0.1.0.tar.gz.
File metadata
- Download URL: lovejun-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 |
797e1b07dd5a1b1b8f2aecfe9557f9e6008e255d388196298c2de39c1a01d87b
|
|
| MD5 |
cd69dae05587a0deadd70453ea9f73cb
|
|
| BLAKE2b-256 |
f0012adca3de588278ab2659fed45d69a42f8ed3c07e9691985d32a5d1ef60e1
|
File details
Details for the file lovejun-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lovejun-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 |
3b16f2e46872b56a20cfa18fdad7136df5222c6fc8a006561266fb2c76c40a48
|
|
| MD5 |
a4d22a38f6433dcc0a1289a429dab660
|
|
| BLAKE2b-256 |
98fdd31d8961820383ce763ba9412976513a74d7e1e92d7f3e86284cafd8f916
|