- 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.
推薦閱讀
- Windows phone 7.5 application development with F#
- Mastering Delphi Programming:A Complete Reference Guide
- 計算機組裝·維護與故障排除
- 基于ARM的嵌入式系統和物聯網開發
- The Applied AI and Natural Language Processing Workshop
- Learning Stencyl 3.x Game Development Beginner's Guide
- 電腦維護365問
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- Istio服務網格技術解析與實踐
- LPC1100系列處理器原理及應用
- Arduino項目案例:游戲開發
- 筆記本電腦維修技能實訓
- Advanced Machine Learning with R
- 施耐德M241/251可編程序控制器應用技術
- Arduino案例實戰(卷Ⅳ)