# iothardware_peripheral
**Repository Path**: zgit2021/iothardware_peripheral
## Basic Information
- **Project Name**: iothardware_peripheral
- **Description**: IoT peripheral control module | IoT外设控制模块
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 72
- **Created**: 2022-03-29
- **Last Updated**: 2022-07-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# IOT硬件子系统
- [简介](#section11660541593)
- [目录](#section1464106163817)
- [约束](#section1718733212019)
## 简介
IOT(The Internet of Things)硬件设备操作的接口。本模块提供设备操作接口有:FLASH,GPIO,I2C,PWM,UART,WATCHDOG等
## 目录
```
/base/iot_hardware/peripheral
├── interfaces
└── kits #IOT设备操作接口,对外接口存放目录
```
## 约束
子系统使用C语言编写,目前仅支持Hi3861开发板。如果您想接入其它芯片,那么仅需要适配实现鸿蒙的集成接口即可。