# iothardware_peripheral **Repository Path**: openharmony/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**: 62 - **Forks**: 72 - **Created**: 2020-08-27 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: harmonyos-components **Tags**: None ## README # IOT硬件子系统 - [简介](#section11660541593) - [目录](#section1464106163817) - [约束](#section1718733212019) ## 简介 IOT(The Internet of Things)硬件设备操作的接口。本模块提供设备操作接口有:FLASH,GPIO,I2C,PWM,UART,WATCHDOG等 ## 目录 ``` /base/iothardware/peripheral ├── interfaces └── inner_api #IOT设备操作接口,对外接口存放目录 ``` ## 约束 子系统使用C语言编写,目前仅支持Hi3861开发板。如果您想接入其它芯片,那么仅需要适配实现鸿蒙的集成接口即可。