- 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.
推薦閱讀
- 觸摸屏實(shí)用技術(shù)與工程應(yīng)用
- 筆記本電腦使用、維護(hù)與故障排除實(shí)戰(zhàn)
- 深入理解Spring Cloud與實(shí)戰(zhàn)
- Raspberry Pi 3 Cookbook for Python Programmers
- Artificial Intelligence Business:How you can profit from AI
- Building 3D Models with modo 701
- 筆記本電腦維修實(shí)踐教程
- Spring Cloud微服務(wù)和分布式系統(tǒng)實(shí)踐
- 單片機(jī)技術(shù)及應(yīng)用
- The Artificial Intelligence Infrastructure Workshop
- 計(jì)算機(jī)電路基礎(chǔ)(第2版)
- 微控制器的應(yīng)用
- Drupal Rules How-to
- The Machine Learning Workshop
- DevOps實(shí)戰(zhàn):VMware管理員運(yùn)維方法、工具及最佳實(shí)踐