GHI Electronics DUELink MicroPython Library.
Project description
GHI Electronics DUELink Standard Library for MicroPython
Example on DuePico:
import duelink # standard lib
from duelink import transport
due = duelink.DUELinkController(transport.UartTransportController(0))
# Play beep on pin 11 on DuePico
due.Sound.Beep(11, 1000, 500)
# Blink status led 10 times, delay 100ms each time
due.System.StatLed(100, 100, 10)
Project details
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
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 duelink_stdlib_mp-0.0.8-py3-none-any.whl.
File metadata
- Download URL: duelink_stdlib_mp-0.0.8-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c30a4e9639bd8e58ebd47e262b73d89a4163ae67221a2f0b18cf29a4a06a9db
|
|
| MD5 |
ac10dbd227e1c093a464656387f8bc76
|
|
| BLAKE2b-256 |
ce63741eec5541c13ed2a2723828dde7e338d56734994d5e5c3f24435c645901
|