- Internet of Things Projects with ESP32
- Agus Kurniawan
- 104字
- 2021-06-24 16:02:51
Creating a project
In general, there is no project template for the ESP32 program with SDK. However, we can create a project with the project structure as shown in this screenshot:

A project structure
Each project has the following files:
- Makefile on your project root
- main folder
- Program file (*.c)
- component.mk file inside the main folder
In this demo, we create a project by creating a folder called blinking. Then, we create a Makefile file. We also create a main folder. Inside the main folder, we create the blinking.c and component.mk files.
We will write code for those files in the next section.
推薦閱讀
- Augmented Reality with Kinect
- 新型電腦主板關鍵電路維修圖冊
- Learning AngularJS Animations
- Mastering Manga Studio 5
- 電腦高級維修及故障排除實戰
- 單片機系統設計與開發教程
- LPC1100系列處理器原理及應用
- 基于PROTEUS的電路設計、仿真與制板
- 單片機原理與技能訓練
- Building Machine Learning Systems with Python
- Drupal Rules How-to
- 施耐德M241/251可編程序控制器應用技術
- Learn Qt 5
- Mastering Unity 2D Game Development
- 電腦組裝與維修實戰