wonderbits by mfeducation.
Project description
豌豆拼
重写了豌豆拼python硬件交互逻辑
from wonderbits import Display, wb_tool, Control, Led
import random
# 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)
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
wonderbits-5.5.7.tar.gz
(15.0 kB
view hashes)
Built Distribution
Close
Hashes for wonderbits-5.5.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0005c1bf0bf7591b39bfae6e8efeb4e1f8d8b4d02691d3147230e33517d29045 |
|
MD5 | f699d220ba03015712bba224382928f8 |
|
BLAKE2b-256 | 9eace3692c32fd2372c604e65ea2689e5fea687b5f5892c020389f1aada9db48 |