niobe/base/iot_hardware/peripheral
houpengfei 396aa09915 init 2021-09-22 21:52:48 +08:00
..
interfaces/kits init 2021-09-22 21:52:48 +08:00
BUILD.gn init 2021-09-22 21:52:48 +08:00
LICENSE init 2021-09-22 21:52:48 +08:00
README.md init 2021-09-22 21:52:48 +08:00
README_zh.md init 2021-09-22 21:52:48 +08:00

README.md

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/iot_hardware/peripheral
├── interfaces
    └── kits                      # 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.