# mixly-lib-keyes-easy-plug
**Repository Path**: mixly2-package/mixly-lib-keyes-easy-plug
## Basic Information
- **Project Name**: mixly-lib-keyes-easy-plug
- **Description**: 适用于mixly2.0的第三方库
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-03-30
- **Last Updated**: 2024-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Mixly2.0第三方库
1.安装依赖
```bash
npm install
```
2.打包
- 针对开发环境打包
```bash
npm run build:dev
```
- 针对生产环境打包
```bash
npm run build:prod
```
### 模块预览
------
#### 1.输出 (OUTPUT)
#### 2.数字输入 (digitalRead)
#### 3.模拟输入 (analogRead)
#### 4.传感器 (sensor)
#### 5.显示器 (display)
#### 6.通信 (communicate)
