# esp-idf-example **Repository Path**: geekheart/esp-idf-simple-example ## Basic Information - **Project Name**: esp-idf-example - **Description**: espidf的例程,配合b站教程同步更新 - **Primary Language**: C - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-09 - **Last Updated**: 2022-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp-idf-example #### 介绍 espidf的最简单的例程,配合b站教程同步更新。 #### 软件架构 ##### peripherals: 外设库 1. led_blink: led闪烁实验,分为两种方式去初始化 2. button: 按钮实验,分为两种方式去初始化 ##### tools: 自制小工具 1. creat_simple_project_tools.py: 自动创建简单工程,运行文件,输入工程名自动创建一个最小可编译工程 #### 视频传送门