mirror of
https://github.com/openharmony/iothardware_peripheral.git
synced 2026-07-01 08:11:38 -04:00
31d814140b2088623e856c329eb5b9aa9073a2de
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com> Change-Id: I264adaba6773f0d8623a5a1d57d7d112f9d6a3a9
IoT Hardware
Introduction
The Internet of Things (IoT) hardware subsystem provides APIs for operating IoT devices, including flash, general-purpose input/output (GPIO), Inter-Integrated Circuit (I2C), pulse width modulation (PWM), universal asynchronous receiver-transmitter (UART), and watchdog APIs.
Directory Structure
/base/iothardware/peripheral
├── interfaces
└── inner_api # APIs for operating IoT devices
Constraints
The IoT hardware subsystem is compiled using the C language. Currently, only the Hi3861 development board is supported. If you want to use other chips, you need to implement OpenHarmony APIs.
Description
Languages
C
100%