become-cool/beshell-drv-ws2812b

1.0.0

Latest
uploaded 4 hours ago
WS2812B driver for BeShell

readme

这是嵌入式 JavaScript 框架 BeShell 的 WS2812B 驱动组件。

## 快速开始

#### 1. 命令行安装

```
idf.py add-dependency beshell-drv-ws2812b
```

#### 2. 配置文件

也可以使用配置文件声明依赖。

在项目的 `main` 目录( idf_component_register所在目录下 )下建立文件 `idf_component.yml`:

```yml
name: "YourProjectName"
dependencies:
  become-cool_beshell-drv-ws2812b:
    version: ">=1.0.0"
```


然后重新编译项目,idf 构建工具会自动下载 beshell 和 beshell-drv-ws2812b 存放到 `managed_components` 


Links

Supports all targets

License: LGPL

To add this component to your project, run:

idf.py add-dependency "become-cool/beshell-drv-ws2812b^1.0.0"

download archive

Stats

  • Archive size
    Archive size ~ 18.76 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

become-cool/beshell-drv-ws2812b version: 1.0.0
|