豌豆拼
重写了豌豆拼python硬件交互逻辑
from wonderbits import Display, wb_tool, Control, Led
import random
import time
# wb_tool.show_console()
d = Display()
c = Control()
l = Led()
for i in range(20):
d.print(1,1,i)
v = c.get_sw4()
l.set_rgb(random.randint(0,255),random.randint(0,255),random.randint(0,255))
print(v)
time.sleep(1)
Release files for wonderbits 6.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wonderbits-6.1.4.tar.gz | 30.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wonderbits-6.1.4-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 85.5 kB
Release files / wonderbits-6.1.4.tar.gz
| Download URL | wonderbits-6.1.4.tar.gz |
|---|---|
| Size | 30.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3edb7cf39774ee1192ceb816c67ad60ede6950dd0a45df216517be04a3d0708c
|
|
BLAKE2b-256 checksum How to use checksums |
af366c97ffccc5ac82e577648a3e08dca83b9dfea5f49bb04c5dd8897a609a21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.0
|
Release files / wonderbits-6.1.4-py2.py3-none-any.whl
| Download URL | wonderbits-6.1.4-py2.py3-none-any.whl |
|---|---|
| Size | 55.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a9f2a805ec49cb8903e08ab39391c920abd3b2d5d76d82d1c8f01218025ba4ce
|
|
BLAKE2b-256 checksum How to use checksums |
4f0608cbaa5261f0ad916b305f6478bb7b574dd067b00990f2d53b05afbe9f57
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.0
|