此帖出自单片机论坛
最新回复
怎么看neopixel模块中的函数呀?或者说在哪 儿看呀,在文档中只看这些呀
NeoPixel 驱动
1
2
3
4
5
6
7
8
from machine import Pin
from neopixel import NeoPixel
pin = Pin(0, Pin.OUT) # set GPIO0 to output to drive NeoPixels
np = NeoPixel(pin, 8) # create NeoPixel driver on GPIO0 for 8 pixels
np[0] = (255, 255, 255) # set the first pixel to white
np.write() # write data to all pixels
r, g, b = np[0] # get first pixel colour
详情
回复
发表于 2020-12-21 09:15
| ||
|
||
此帖出自单片机论坛
| ||
|
||
| |
个人签名
默认摸鱼,再摸鱼。2022、9、28 |
|
个人签名单片机软件/硬件交流群:127034610
|
|
此帖出自单片机论坛
| ||
|
||
此帖出自单片机论坛
| ||||
个人签名单片机软件/硬件交流群:127034610
|
||||
此帖出自单片机论坛
| ||
|
||
论坛测评队员
EEWorld Datasheet 技术支持