Arduino 시리얼 통신을 쉽게 제어하는 Python 라이브러리
Project description
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
lha_arducon-0.1.0.tar.gz
(2.7 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 lha_arducon-0.1.0.tar.gz.
File metadata
- Download URL: lha_arducon-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2df611511fc3150d9f041d95389ac4e4b6bca5995ae7647d0e0291e55e4361b
|
|
| MD5 |
5ea60cc394cca76fedd80d92d6cf7d94
|
|
| BLAKE2b-256 |
becb22e44b27dada71e70c6984e86afbbe143b5534d4d7ce998f65e2227ec83d
|
File details
Details for the file lha_arducon-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lha_arducon-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1072dc0b2fd423a526e56d3a19d81041daa39ba590db20f1d87b11e24977b87f
|
|
| MD5 |
4d1aaac871f888cbcb1513514e4c0960
|
|
| BLAKE2b-256 |
e95b62392043a0dac166116a8d7a4248b2913724266c8245aab9ba84372bbaa2
|