wonderbits by mfeducation.
Project description
豌豆拼
重写了豌豆拼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)
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-6.1.4.tar.gz
(30.2 kB
view hashes)
Built Distribution
Close
Hashes for wonderbits-6.1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9f2a805ec49cb8903e08ab39391c920abd3b2d5d76d82d1c8f01218025ba4ce |
|
MD5 | d40f6982d2ba162086ee484509e39c02 |
|
BLAKE2b-256 | 4f0608cbaa5261f0ad916b305f6478bb7b574dd067b00990f2d53b05afbe9f57 |